From 466e57fc9e1c65c5b8c092ca8be03a4c69031f16 Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Sun, 26 Sep 2010 10:14:10 -0400 Subject: [PATCH] edits --- code/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/parse.js b/code/parse.js index 08bc9a0e..e911aa42 100644 --- a/code/parse.js +++ b/code/parse.js @@ -234,7 +234,7 @@ var make_parse = function () { } else { t.first = []; while (token.arity === "name" || token.id === "\\") { - if (token.id !=== "\\") {t.first.push(n);} + if (token.id !== "\\") {t.first.push(n);} n = token; advance(); } -- 2.11.0