Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_forms.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_forms.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_forms.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_forms.js
deleted file mode 100644
index 2d75c4bc..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_forms.js
+++ /dev/null
@@ -1,3 +0,0 @@
- /******************************************************************************* * 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 forms() * @type forms * @super Array * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537457.aspx */ function forms(){}; forms.prototype= new Array(); /** * Property length * @type Number * @returns {Number}
- * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534101.aspx */ forms.prototype.length=0; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ forms.prototype.item=function(vIndex,iSubindex){}; /** * function item(vIndex,iSubindex) * @param {Number} vIndex * @param {Number} iSubindex * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536460.aspx */ forms.prototype.item=function(vIndex,iSubindex){}; /** * Property all * @type all * @returns {all}
- * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms537434.aspx */ forms.prototype.all= new all(); /** * function namedItem(sName) * @param {String} sName * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536634.aspx */ forms.prototype.namedItem=function(sName){}; /** * function tags(sTag) * @param {Variant} sTag * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536776.aspx */ forms.prototype.tags=function(sTag){}; /** * function urns(sUrn) * @param {String} sUrn * @memberOf forms * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536780.aspx */ forms.prototype.urns=function(sUrn){}; \ No newline at end of file

Back to the top