From: Alan Knowles Date: Thu, 19 Mar 2015 10:57:29 +0000 (+0800) Subject: tests/hello.js X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=commitdiff_plain;h=a2789ffb1833a5ee647f20f2730ac59e2c090ce1 tests/hello.js --- diff --git a/tests/hello.js b/tests/hello.js index aa5414756..c8609cf51 100644 --- a/tests/hello.js +++ b/tests/hello.js @@ -1,6 +1,6 @@ function hello(w) { - var a = JSON.decode(w); + var a = JSON.parse(w); return JSON.stringify(w)+'xx'; }