From 1a42a3fab99ca02af0476f5a87175c53104aa2e3 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 11 Jan 2010 16:15:12 -0800 Subject: green --- src/JSON.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/JSON.js') diff --git a/src/JSON.js b/src/JSON.js index 238ed489..14fce1fb 100644 --- a/src/JSON.js +++ b/src/JSON.js @@ -17,7 +17,7 @@ fromJson = function(json) { parser.assertAllConsumed(); return expression(); } catch (e) { - console.error("fromJson error: ", json, e); + error("fromJson error: ", json, e); throw e; } }; -- cgit v1.2.3