tests/hello.js
[app.Builder.js] / tests / hello.js
1
2 function hello(w) {
3         var a = JSON.parse(w);
4         w.test=1;
5         return JSON.stringify(w)+'xx';
6
7 }