JSDOC/CompressWhite.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 14 Jul 2010 08:23:26 +0000 (16:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 14 Jul 2010 08:23:26 +0000 (16:23 +0800)
JSDOC/CompressWhite.js

index feae36a..2250ae3 100644 (file)
@@ -85,8 +85,8 @@ CompressWhite =  function (ts, packer)
                     
                     throw "could not find end lbrace!!!";
                 }
-                print('F1: ts.lookTok(1).toString());
-                print('F2: ts.look(1,true).toString());
+                print('F1: '+ts.lookTok(1).toString());
+                print('F2: '+ts.look(1,true).toString());
                 
                 // if next is not ';' -> make it so...
                 // although this var a=function(){},v,c; causes