mv mousetrap-global-bind/mousetrap-global-bind.d.ts -> mousetrap/mousetrap-global-bind.d.ts

This commit is contained in:
vvakame 2014-11-09 00:14:20 +09:00
parent db084916cc
commit 0607d042b4
2 changed files with 1 additions and 1 deletions

View File

@ -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;