wrap potentially native element into a jquery selection

pull/69/head
Sylvain Corlay 11 years ago
parent ecc5f52c66
commit de5e926782

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

Loading…
Cancel
Save