From a2789ffb1833a5ee647f20f2730ac59e2c090ce1 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 19 Mar 2015 18:57:29 +0800 Subject: [PATCH] tests/hello.js --- tests/hello.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; } -- 2.39.2