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

Back to the top