No description
Find a file
Will Thompson 3ed5da882f Element: 'fix' mousewheel event before modifying it
In strict mode (in recent browsers), modifying deltaX on a WheelEvent
throws an exception:

Uncaught TypeError: Cannot set property deltaX of #<WheelEvent> which has only a getter

In non-strict mode or older browsers, assigning to deltaX is just a
no-op.

https://github.com/jquery/jquery-mousewheel/blob/master/jquery.mousewheel.js
is cited in this function; it uses $.event.fix() to make a mutable
jQuery.Event-flavoured copy of the native event before modifying its
properties. Let's do the same.

Fixes #2751
2015-05-20 12:33:44 +02:00
examples fix typo in examples 2015-02-21 13:09:31 +05:30
readme rename build/ to min/ 2014-09-26 18:57:12 +02:00
source Element: 'fix' mousewheel event before modifying it 2015-05-20 12:33:44 +02:00
tools avoid missing files during oxjs build 2015-04-18 12:31:55 +02:00
.bzrignore update .bzrignore 2014-09-30 15:43:29 +02:00
index.css fix oxmedium theme oxjs.org byline css 2013-05-15 09:44:11 +02:00
index.html this is the future... 2012-04-05 17:28:40 +02:00
index.js rename build/ to min/ 2014-09-26 18:57:12 +02:00