added/fixed headers k-n

https://github.com/borisyankov/DefinitelyTyped/issues/1570
This commit is contained in:
Bartvds
2014-01-24 01:19:01 +01:00
parent 950d0d85a7
commit 5d95684e19
17 changed files with 55 additions and 22 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
// Type definitions for KeyboardJS
// A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.
// Project: https://github.com/RobertWHurst/KeyboardJS
// Definitions by: Vincent Bortone <https://github.com/vbortone/>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
// A JavaScript library for binding keyboard combos without the pain of key codes and key combo conflicts.
interface KeyboardJSSubBinding {
clear(): void;
}
@@ -46,4 +47,4 @@ interface KeyboardJSStatic {
};
}
declare var KeyboardJS: KeyboardJSStatic;
declare var KeyboardJS: KeyboardJSStatic;