Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_type.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_type.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_type.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_type.js
deleted file mode 100644
index 030beb2d..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_type.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 type() * @type type * @super Object * @memberOf type * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms534697.aspx */ function type(){}; type.prototype= new Object(); \ No newline at end of file

Back to the top