From 496f6076504c3575ac26387c3f928faa63eae01f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 13 Jul 2010 09:09:04 +0000 Subject: [PATCH] A typo in ObjectLiteral kept us from parsing jQuery. --- Cycript.yy.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cycript.yy.in b/Cycript.yy.in index 22a601a..b40c348 100644 --- a/Cycript.yy.in +++ b/Cycript.yy.in @@ -759,7 +759,7 @@ ElementList /* }}} */ /* 11.1.5 Object Initialiser {{{ */ ObjectLiteral - : OpenBrace PropertyNameAndValueListOpt "}" { $$ = CYNew CYObject($2); } + : Brace PropertyNameAndValueListOpt "}" { $$ = CYNew CYObject($2); } ; PropertyNameAndValueList_ -- 2.45.2