fixes keyboard shortcut after refactor

This commit is contained in:
Shannon
2016-03-17 16:36:13 +01:00
parent 4dbc27f1fe
commit 0071651621

View File

@@ -282,7 +282,7 @@ function keyboardService($window, $timeout) {
keyboardManagerService.keyboardEvent[label] = {
'callback': callback,
'target': elt,
'opt': opt['type']
'opt': opt
};
if (!found) {