##// END OF EJS Templates
Merge
Merge

File last commit:

r134:f139e2153e0d v1.9.0-rc1 default
r148:63f3ad8e6cff merge v1.10.0 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 }