##// END OF EJS Templates
Added tag v1.8.1 for changeset c7d9ad82b374
Added tag v1.8.1 for changeset c7d9ad82b374

File last commit:

r118:e07418577cbc v1.6.1 default
r132:b92de241dece default
Show More
settings.json
14 lines | 326 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
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",
"Unsubscribable"
cin
added djbase mixins declaration support
r32 ]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }