Remove jquery from ShortcutService.js
This commit is contained in:
parent
22cec2e8c7
commit
2726af2d81
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
* @public
|
||||
*/
|
||||
ns.ShortcutService.prototype.init = function() {
|
||||
$(document.body).keydown($.proxy(this.onKeyDown_, this));
|
||||
document.body.addEventListener('keydown', this.onKeyDown_.bind(this));
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue