()
| 10297 | }; |
| 10298 | |
| 10299 | function resetModifiers() { |
| 10300 | for(k in _mods) _mods[k] = false; |
| 10301 | for(k in _MODIFIERS) assignKey[k] = false; |
| 10302 | } |
| 10303 | |
| 10304 | // parse and assign shortcut |
| 10305 | function assignKey(key, scope, method){ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…