source: Dev/trunk/src/client/util/build/plugins/loadInit.js @ 483

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

Added Dojo 1.9.3 release.

File size: 208 bytes
Line 
1define(function() {
2        return {
3                start:function(
4                        mid,
5                        referenceModule,
6                        bc
7                ){
8                        return [bc.amdResources["dojo/require"], bc.amdResources[bc.getSrcModuleInfo(mid, referenceModule).mid]];
9                }
10        };
11});
Note: See TracBrowser for help on using the repository browser.