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

Back to the top