Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2008-10-24 19:43:45 +0000
committernitind2008-10-24 19:43:45 +0000
commit0a038ebb3ea2e17b8ff6c885d1a1dd7ed0173fdc (patch)
tree8b39ccff4e6804910ec162bf7feee8ecccc83af4 /bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js
parent5c0bf1981ee98afee7b7af50e039e9c946d2505b (diff)
downloadwebtools.jsdt.core-200810241957.tar.gz
webtools.jsdt.core-200810241957.tar.xz
webtools.jsdt.core-200810241957.zip
This commit was manufactured by cvs2svn to create tag 'v200810241957'.v200810241957
Diffstat (limited to 'bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js')
-rw-r--r--bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js
deleted file mode 100644
index 0d0c1019..00000000
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.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 onmousewheel() * @type onmousewheel * @super Object * @memberOf onmousewheel * @since JScript 5.6 * @see http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ function onmousewheel(){}; onmousewheel.prototype= new Object(); \ No newline at end of file

Back to the top