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

Back to the top