4151308e26c6ce38a628d613c23a23793b7aa02b
[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)+'xxa';
6
7 }