Update keyboard.js

typo
Weston Hunter 11 years ago committed by Min RK
parent 44ae68da77
commit ef08a92da1

@ -352,7 +352,7 @@ define([
**/
var action_name = this.actions.get_name(data);
if (! action_name){
throw('does nto know how to deal with ', data);
throw('does not know how to deal with ', data);
}
shortcut = normalize_shortcut(shortcut);

Loading…
Cancel
Save