##// END OF EJS Templates
working on core/Cancellation
working on core/Cancellation

File last commit:

r0:6a5387d69bf1 default
r17:b8fc13e5c702 propose cancellat...
Show More
_load.js
11 lines | 243 B | application/javascript | JavascriptLexer
cin
repository reorganized
r0 define([], function () {
'use strict';
return {
load: function (id, require, callback) {
require(['dojo/_base/declare'], function (declare) {
callback(declare);
});
}
};
});