From: David Vazquez Date: Sat, 22 Dec 2012 20:05:01 +0000 (+0000) Subject: Remove , in compile commands X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=4175ec03fc3d38f28bde20df90aa12de8aba001e;p=jscl.git Remove , in compile commands --- diff --git a/test.html b/test.html index c8cb256..ec43a81 100644 --- a/test.html +++ b/test.html @@ -63,7 +63,7 @@ if (input[0] != ','){ jqconsole.Write(JSON.stringify(lisp.evalString(input)) + '\n', 'jqconsole-output'); } else { - jqconsole.Write(JSON.stringify(lisp.compileString(input.slice(0))) + '\n', 'jqconsole-output'); + jqconsole.Write(JSON.stringify(lisp.compileString(input.slice(1))) + '\n', 'jqconsole-output'); } // Restart the prompt. startPrompt();