Add amd property to define

Add static amd property to define function.
This commit is contained in:
Sergey Zarouski
2014-07-02 22:20:58 -04:00
parent 8c220b0fbf
commit 08620066d4
+2
View File
@@ -342,6 +342,8 @@ interface RequireDefine {
* callback return module definition
**/
(name: string, ready: Function): void;
amd: Object;
}
// Ambient declarations for 'require' and 'define'