Added header to dojo.d.ts

This commit is contained in:
Mike Van Sickle
2014-12-18 07:41:24 -05:00
parent f3c5f1bc1c
commit fdc427f155
+5
View File
@@ -1,3 +1,8 @@
// Type definitions for Dojo v1.9
// Project: http://dojotoolkit.org
// Definitions by: Michael Van Sickle <https://github.com/vansimke>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare function define(dependencies: String[], factory: Function): any;
declare function require(config?:Object, dependencies?: String[], callback?: Function): any;