12345678910111213141516 |
- {
- "extends": "proxy/node.vwf",
- "properties": {
- "pure": 1
- },
- "methods":{
- "initialize": {
- "body": "this.run();\n",
- "type": "application/javascript"
- },
- "run": {
- "body": "this.pure = this.time; \n console.log(this.pure);\n this.future(1).run(); \n ",
- "type": "application/javascript"
- }
- }
- }
|