From 2ce77b38396027929191d96a98b78b36ea42f6eb Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 3 Mar 2012 18:06:33 +0000 Subject: [PATCH] Comment update --- js/JavaScriptParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/JavaScriptParser.js b/js/JavaScriptParser.js index 0be409229..5cba72eea 100644 --- a/js/JavaScriptParser.js +++ b/js/JavaScriptParser.js @@ -1,7 +1,7 @@ /*\ title: js/JavaScriptParser.js -Parses JavaScript source code into a parse tree using PEGJS +Parses JavaScript source code into a parse tree using Esprima \*/ (function(){