Skip to content

Commit 274ed73

Browse files
committed
Core: Removed $.ui.keyCode.NUMPAD_*. Fixes #9269 - Remove number pad key codes.
1 parent 562f884 commit 274ed73

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ui/jquery.ui.core.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@ $.extend( $.ui, {
2929
ESCAPE: 27,
3030
HOME: 36,
3131
LEFT: 37,
32-
NUMPAD_ADD: 107,
33-
NUMPAD_DECIMAL: 110,
34-
NUMPAD_DIVIDE: 111,
35-
NUMPAD_ENTER: 108,
36-
NUMPAD_MULTIPLY: 106,
37-
NUMPAD_SUBTRACT: 109,
3832
PAGE_DOWN: 34,
3933
PAGE_UP: 33,
4034
PERIOD: 190,

0 commit comments

Comments
 (0)