source: Dev/branches/rest-dojo-ui/client/dojo/loadInit.js @ 263

Last change on this file since 263 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 137 bytes
RevLine 
[256]1define(["./_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.