From f3ac7dadb2e591461eb09bc200be5b07bf86d433 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 19 Mar 2015 18:58:37 +0800 Subject: [PATCH] tests/hello.js --- tests/hello.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/hello.js b/tests/hello.js index 4151308e2..d83b3eafd 100644 --- a/tests/hello.js +++ b/tests/hello.js @@ -1,7 +1,7 @@ function hello(w) { var a = JSON.parse(w); - w.test=1; - return JSON.stringify(w)+'xxa'; + a.test=1; + return JSON.stringify(a)+'xxa'; } -- 2.39.2