mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
mv mousetrap-global-bind/mousetrap-global-bind.d.ts -> mousetrap/mousetrap-global-bind.d.ts
This commit is contained in:
parent
db084916cc
commit
0607d042b4
@ -3,7 +3,7 @@
|
||||
// Definitions by: Andrew Bradley <https://github.com/cspotcode>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
|
||||
/// <reference path="../mousetrap/mousetrap.d.ts" />
|
||||
/// <reference path="./mousetrap.d.ts" />
|
||||
|
||||
interface MousetrapStatic {
|
||||
globalBind(keys: string, callback: (e: ExtendedKeyboardEvent, combo: string) => any, action?: string): void;
|
||||
Loading…
Reference in New Issue
Block a user