source:
Dev/trunk/src/client/dojo/loadInit.js
@
485
Last change on this file since 485 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 137 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define(["./_base/loader"], function(loader){ |
2 | return { | |
3 | dynamic:0, | |
4 | normalize:function(id){return id;}, | |
5 | load:loader.loadInit | |
6 | }; | |
7 | }); |
Note: See TracBrowser
for help on using the repository browser.