Path : /var/www/html/smartcirqls.com/vendors/select2/src/js/select2/ |
Current File : //var/www/html/smartcirqls.com/vendors/select2/src/js/select2/keys.js |
define([ ], function () { var KEYS = { BACKSPACE: 8, TAB: 9, ENTER: 13, SHIFT: 16, CTRL: 17, ALT: 18, ESC: 27, SPACE: 32, PAGE_UP: 33, PAGE_DOWN: 34, END: 35, HOME: 36, LEFT: 37, UP: 38, RIGHT: 39, DOWN: 40, DELETE: 46 }; return KEYS; });