##// END OF EJS Templates
added whenRendered() method to wait for pending oprations to complete
added whenRendered() method to wait for pending oprations to complete

File last commit:

r118:e07418577cbc v1.6.1 default
r118:e07418577cbc v1.6.1 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 }