source: Dev/trunk/src/client/dojo/require.js @ 529

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

Added Dojo 1.9.3 release.

File size: 136 bytes
RevLine 
[483]1define(["./_base/loader"], function(loader){
2        return {
3                dynamic:0,
4                normalize:function(id){return id;},
5                load:loader.require
6        };
7});
Note: See TracBrowser for help on using the repository browser.