Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js
index f1639ab5..e33c0469 100644
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js
+++ b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_pages.js
@@ -1 +1,5 @@
-/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object pages() * @type pages * @super Array * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531198.aspx */ function pages(){}; pages.prototype= new Array(); /** * Property length * @type Number * @return Number * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ pages.prototype.length=0; /** * Property TF-8" * @type TF-8" * @return TF-8" * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536603.aspx */ pages.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @return TF-8" * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536603.aspx */ pages.prototype.TF-8"= new TF-8"(); /** * Property page * @type page * @return page * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535879.aspx */ pages.prototype.page= new page(); \ No newline at end of file
+/******************************************************************************* * Copyright (c) 2007, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * IBM Corporation - initial API and implementation ****************************************************************************** * **/ /** * Object pages() * @type pages * @super Array * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms531198.aspx */ function pages(){}; pages.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
+ * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ pages.prototype.length=0; /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
+ * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536603.aspx */ pages.prototype.TF-8"= new TF-8"(); /** * Property TF-8" * @type TF-8" * @returns {TF-8"}
+ * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536603.aspx */ pages.prototype.TF-8"= new TF-8"(); /** * Property page * @type page * @returns {page}
+ * @memberOf pages * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms535879.aspx */ pages.prototype.page= new page(); \ No newline at end of file

Back to the top