##// END OF EJS Templates
fixed NlsBundle locale package loading...
fixed NlsBundle locale package loading corrected DjxFragment params and return value fixed regression in DjxWidgetBase attach points processing fixed empty RenditionBase startup

File last commit:

r110:1a190b3a757d v1.4.0 default
r112:2ccfaae984e9 v1.4.4 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"]
});