Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Fixing build issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
serkan-inci committed Feb 27, 2017
1 parent 36c4b67 commit ef6479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typings/vss.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12470,7 +12470,7 @@ export module ShortcutKeys {
var CONTROL: string;
var SHIFT: string;
}
export type KeyboardAction = (e: ExtendedKeyboardEvent, combo: string) => void;
export type KeyboardAction = (e: any, combo: string) => void;
export interface IShortcutGroup {
/**
* The name of the group
Expand Down

0 comments on commit ef6479d

Please sign in to comment.