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:
authornitind2010-06-02 19:02:38 +0000
committernitind2010-06-02 19:02:38 +0000
commit8d72c2b3e5bf06822c77d60355f105f012a27e3e (patch)
treeb9357761021edb11a57b222c2f13e20304285e4c /bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js
parentb2159b432829390a80c0850df9ff271900093a7d (diff)
downloadwebtools.jsdt.core-201006021147.tar.gz
webtools.jsdt.core-201006021147.tar.xz
webtools.jsdt.core-201006021147.zip
This commit was manufactured by cvs2svn to create tag 'v201006021147'.v201006021147
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js
deleted file mode 100644
index 41cb9cea..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_textrectangle.js
+++ /dev/null
@@ -1,5 +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 TextRectangle() * @type TextRectangle * @super Object * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms535906.aspx */ function TextRectangle(){}; TextRectangle.prototype= new Object(); /** * Property bottom * @type Number * @returns {Number}
- * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms533535.aspx */ TextRectangle.prototype.bottom=0; /** * Property left * @type Number * @returns {Number}
- * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534099.aspx */ TextRectangle.prototype.left=0; /** * Property right * @type Number * @returns {Number}
- * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534374.aspx */ TextRectangle.prototype.right=0; /** * Property top * @type Number * @returns {Number}
- * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534688.aspx */ TextRectangle.prototype.top=0; /** * function getClientRects() * @memberOf TextRectangle * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536435.aspx */ TextRectangle.prototype.getClientRects=function(){}; \ No newline at end of file

Back to the top