mediawiki-extensions-Visual.../modules
Christian Williams d0dbc395a5 Remove native KeyEvent
Relying on any native implementation of window.KeyEvent is
unreliable. The two specs listed in the comments for this method
are not the same and Firefox now has DOM_VK_ENTER and
DOM_VK_RETURN which are equivalent to 13 and 14 respectively.
The key on the right side of my home row triggers 14 using
native window.KeyEvent in Firefox, where Chrome uses our
defined constants and returns 13. This fix ensures the same
values for all browsers.

Change-Id: I12b2f5d674bdf13526577cb81d0505b608f2846c
2013-05-22 12:52:31 -07:00
..
jquery Add a copy of jquery.client so the standalone still works 2013-04-26 14:40:03 -07:00
qunit
rangy Updating to Rangy 1.3 alpha 2013-05-13 14:44:16 -07:00
unicodejs UnicodeJS treating start/end tags as letters 2013-05-18 16:48:17 +00:00
ve Remove native KeyEvent 2013-05-22 12:52:31 -07:00