From 4fe0ddde6db8d21bd30f7f5ee1fa5322aa49bd5b Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 7 Dec 2015 15:16:55 -0800 Subject: don't quote keys in object printing when not necessary --- test/hello_world.2asm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/hello_world.2asm.js') diff --git a/test/hello_world.2asm.js b/test/hello_world.2asm.js index f4998576b..46cd7465b 100644 --- a/test/hello_world.2asm.js +++ b/test/hello_world.2asm.js @@ -16,7 +16,7 @@ function asmFunc(global, env, buffer) { } return { - "add": add + add: add }; } -- cgit v1.2.3