mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
de-debug
This commit is contained in:
1
vendor/keymaster.js
vendored
1
vendor/keymaster.js
vendored
@@ -95,7 +95,6 @@
|
||||
};
|
||||
// unset modifiers on blur
|
||||
function clearModifiers(event){
|
||||
console.log('clearing all')
|
||||
for(k in _MODIFIERS) assignKey[k] = false;
|
||||
for(i in _mods) _mods[i] = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user