aboutsummaryrefslogtreecommitdiffstats
path: root/external/mousewheel/ChangeLog.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'external/mousewheel/ChangeLog.markdown')
-rwxr-xr-xexternal/mousewheel/ChangeLog.markdown49
1 files changed, 0 insertions, 49 deletions
diff --git a/external/mousewheel/ChangeLog.markdown b/external/mousewheel/ChangeLog.markdown
deleted file mode 100755
index 8dd106beb..000000000
--- a/external/mousewheel/ChangeLog.markdown
+++ /dev/null
@@ -1,49 +0,0 @@
-# Mouse Wheel ChangeLog
-
-
-# 3.0.2
-
-* Fixed delta being opposite value in latest Opera
-* No longer fix pageX, pageY for older mozilla browsers
-* Removed browser detection
-* Cleaned up the code
-
-
-# 3.0.1
-
-* Bad release... creating a new release due to plugins.jquery.com issue :(
-
-
-# 3.0
-
-* Uses new special events API in jQuery 1.2.2+
-* You can now treat "mousewheel" as a normal event and use .bind, .unbind and .trigger
-* Using jQuery.data API for expandos
-
-
-# 2.2
-
-* Fixed pageX, pageY, clientX and clientY event properties for Mozilla based browsers
-
-
-# 2.1.1
-
-* Updated to work with jQuery 1.1.3
-* Used one instead of bind to do unload event for clean up.
-
-
-# 2.1
-
-* Fixed an issue with the unload handler
-
-
-# 2.0
-
-* Major reduction in code size and complexity (internals have change a whole lot)
-
-
-# 1.0
-
-* Fixed Opera issue
-* Fixed an issue with children elements that also have a mousewheel handler
-* Added ability to handle multiple handlers \ No newline at end of file