diff --git a/Source/Interface/Keyboard.js b/Source/Interface/Keyboard.js index 7fa17e30..61a1a888 100644 --- a/Source/Interface/Keyboard.js +++ b/Source/Interface/Keyboard.js @@ -57,7 +57,7 @@ provides: [Keyboard] }, removeEvent: function(type, fn){ - return this.parent(Keyboard.parse(type, this.options.defaultEventType, this.options.nonParsedEvents), fn); + return this.parent(type, fn); }, toggleActive: function(){