diff --git a/dojo/dojo.d.ts b/dojo/dojo.d.ts index 8d9f268dc..650258c4a 100644 --- a/dojo/dojo.d.ts +++ b/dojo/dojo.d.ts @@ -1,3 +1,8 @@ +// Type definitions for Dojo v1.9 +// Project: http://dojotoolkit.org +// Definitions by: Michael Van Sickle +// Definitions: https://github.com/borisyankov/DefinitelyTyped + declare function define(dependencies: String[], factory: Function): any; declare function require(config?:Object, dependencies?: String[], callback?: Function): any;