Skip to content

Commit

Permalink
Core: Removed $.ui.keyCode.NUMPAD_*. Fixes #9269 - Remove number pad …
Browse files Browse the repository at this point in the history
…key codes.
  • Loading branch information
scottgonzalez committed May 2, 2013
1 parent 562f884 commit 274ed73
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ui/jquery.ui.core.js
Expand Up @@ -29,12 +29,6 @@ $.extend( $.ui, {
ESCAPE: 27, ESCAPE: 27,
HOME: 36, HOME: 36,
LEFT: 37, LEFT: 37,
NUMPAD_ADD: 107,
NUMPAD_DECIMAL: 110,
NUMPAD_DIVIDE: 111,
NUMPAD_ENTER: 108,
NUMPAD_MULTIPLY: 106,
NUMPAD_SUBTRACT: 109,
PAGE_DOWN: 34, PAGE_DOWN: 34,
PAGE_UP: 33, PAGE_UP: 33,
PERIOD: 190, PERIOD: 190,
Expand Down

0 comments on commit 274ed73

Please sign in to comment.