##// END OF EJS Templates
Close di-typescript branch
Close di-typescript branch

File last commit:

r51:43a2828f8abe v1.2.0-rc di-typescript
r58:e21b319be833 di-typescript
Show More
_load.js
11 lines | 243 B | application/javascript | JavascriptLexer
define([], function () {
'use strict';
return {
load: function (id, require, callback) {
require(['dojo/_base/declare'], function (declare) {
callback(declare);
});
}
};
});