+ added additional overload for del()

This commit is contained in:
reppners
2015-02-02 14:56:52 +01:00
parent a583963da3
commit 57708d0b24
+2
View File
@@ -24,6 +24,8 @@ declare module ng.hotkeys {
del(combo: string): void;
del(hotkeyObj: ng.hotkeys.Hotkey): void;
get(combo: string): ng.hotkeys.Hotkey;
toggleCheatSheet(): void;