source: Dev/trunk/src/client/util/build/transforms/dojoBoot.js

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 249 bytes
Line 
1(function(){
2        // must use this.require to make this work in node.js
3        var require = this.require;
4        // consume the cached dojo layer
5        require({cache:{}});
6        !require.async && require(["dojo"]);
7        require.boot && require.apply(null, require.boot);
8})();
Note: See TracBrowser for help on using the repository browser.