##// 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
cin
Working sandbox
r99 requirejs.config({
baseUrl: "js",
packages: [
"app",
"@implab/djx",
"@implab/core-amd",
"dojo",
cin
`Subscribable` is made compatible with rxjs, added map, filter and scan...
r102 "dijit",
{
name: "rxjs",
location: "rxjs",
main: "rxjs.umd.min"
cin
corrected tear down logic handling in observables. Added support for observable query results
r110 },
{
name: "@js-joda/core",
location: "@js-joda/core",
main: "js-joda"
cin
`Subscribable` is made compatible with rxjs, added map, filter and scan...
r102 }
cin
Working sandbox
r99 ],
deps: ["app"]
});