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