Merge pull request #69 from SylvainCorlay/wrap_jquery_selection

Wrap potentially native element into a jquery selection
This commit is contained in:
Min RK 2015-05-07 11:18:43 -07:00
commit 8893b178b1

View File

@ -188,6 +188,7 @@ define([
};
KeyboardManager.prototype.register_events = function (e) {
e = $(e);
var that = this;
var handle_focus = function () {
that.disable();