diff --git a/angular-hotkeys/angular-hotkeys.d.ts b/angular-hotkeys/angular-hotkeys.d.ts index 63085fc03..60ffc2bfb 100644 --- a/angular-hotkeys/angular-hotkeys.d.ts +++ b/angular-hotkeys/angular-hotkeys.d.ts @@ -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;