Added AMD support

This commit is contained in:
Per Kastman
2014-04-18 12:15:24 +02:00
parent 486d47c1a5
commit 2e8798ea15
+5 -1
View File
@@ -3,4 +3,8 @@
// Definitions by: Christian Holm Nielsen
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare function domready(callback: () => any) : void;
declare function domready(callback: () => any) : void;
declare module "domready" {
export = domready;
}