updated keyboard.js to throw errors instead of strints: #145

Niole Nelson 11 years ago
parent 3e5e4a9293
commit 3db5083b4a

@ -396,7 +396,7 @@ define([
this.events.trigger('rebuild.QuickHelp');
}
} catch (ex) {
throw new Error('trying to remove a non-exist shortcut', shortcut);
throw new Error('trying to remove a non-existent shortcut', shortcut);
}
};

Loading…
Cancel
Save