handler = callback;
} else {
- modifier = this._getDefaultMetaKey()
+ modifier = this._getDefaultMetaKey();
keys = this._getKeyEvent() + keyConfig + '+' + modifier;
if (typeof this._primaryKeyboardShortcut[buttonName] === 'undefined') {
this._primaryKeyboardShortcut[buttonName] = this._getDefaultMetaKeyDescription(keyConfig);
var exactMatch = true,
hasKey;
- if (e.type != 'key') {
+ if (e.type !== 'key') {
return false;
}