tests/hello.js
[app.Builder.js] / tests / hello.js
index aa54147..c8609cf 100644 (file)
@@ -1,6 +1,6 @@
 
 function hello(w) {
-       var a = JSON.decode(w);
+       var a = JSON.parse(w);
        return JSON.stringify(w)+'xx';
 
 }