##// END OF EJS Templates
Corrected Scope.own() to cleanup the supplied object immediately when the scope is disposed already
Corrected Scope.own() to cleanup the supplied object immediately when the scope is disposed already

File last commit:

r110:1a190b3a757d v1.4.0 default
r131:c7d9ad82b374 v1.8.1 default
Show More
config.js
21 lines | 414 B | application/javascript | JavascriptLexer
requirejs.config({
baseUrl: "js",
packages: [
"app",
"@implab/djx",
"@implab/core-amd",
"dojo",
"dijit",
{
name: "rxjs",
location: "rxjs",
main: "rxjs.umd.min"
},
{
name: "@js-joda/core",
location: "@js-joda/core",
main: "js-joda"
}
],
deps: ["app"]
});