Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbchilds2008-09-03 21:27:41 +0000
committerbchilds2008-09-03 21:27:41 +0000
commit2a87a0628cb7379b7e3a45fd0821f18d1d6ad22f (patch)
tree3206cb523a94f448c71051b3da312027e8e7ccb5 /bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js
parenteb0fcdf36e0c47b15a713da92eed601b4ca815ed (diff)
downloadwebtools.jsdt.core-2a87a0628cb7379b7e3a45fd0821f18d1d6ad22f.tar.gz
webtools.jsdt.core-2a87a0628cb7379b7e3a45fd0821f18d1d6ad22f.tar.xz
webtools.jsdt.core-2a87a0628cb7379b7e3a45fd0821f18d1d6ad22f.zip
jsdoc fixes
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.js2
1 files changed, 1 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
index b08a4faa..0d0c1019 100644
--- a/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js
+++ b/bundles/org.eclipse.wst.jsdt.support.ie/libraries/IE_onmousewheel.js
@@ -1 +1 @@
-/******************************************************************************* * 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 * @class onmousewheel * @since JScript 5.6 * @link http://msdn2.microsoft.com/en-us/library/ms536951.aspx */ function onmousewheel(){}; onmousewheel.prototype= new Object(); \ No newline at end of file
+/******************************************************************************* * 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