##// END OF EJS Templates
Added tag v1.9.0-rc3 for changeset 98b2c550c676
Added tag v1.9.0-rc3 for changeset 98b2c550c676

File last commit:

r134:f139e2153e0d v1.9.0-rc1 default
r139:9c8af9e9ba6f default
Show More
settings.json
17 lines | 389 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"java.configuration.updateBuildConfiguration": "automatic",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
cin
added djbase mixins declaration support
r32 },
"cSpell.words": [
cin
added form/Form widget and form/_FormMixin, this is a rewritten version of the corresponding dojo classed....
r134 "attrmodified",
cin
Working on IntrisictElements to support legacy and new tsx styles
r40 "dijit",
cin
added djbase mixins declaration support
r32 "djbase",
cin
added whenRendered() method to wait for pending oprations to complete
r118 "djclass",
cin
added 'buffer' and 'subject' observable operators
r133 "Unsubscribable",
cin
added form/Form widget and form/_FormMixin, this is a rewritten version of the corresponding dojo classed....
r134 "Validatable",
cin
added 'buffer' and 'subject' observable operators
r133 "wpos"
cin
added djbase mixins declaration support
r32 ]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }