JSDOC/CompressWhite.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 14 Jul 2010 07:27:04 +0000 (15:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 14 Jul 2010 07:27:04 +0000 (15:27 +0800)
JSDOC/CompressWhite.js

index 6b08e16..f7e2abb 100644 (file)
@@ -132,6 +132,7 @@ CompressWhite =  function (ts, packer)
                 var cu = ts.cursor;
                 
                 if (!ts.balance("{") ){
                 var cu = ts.cursor;
                 
                 if (!ts.balance("{") ){
+                    ts.dump();
                     throw "could not find end lbrace!!!";
                 }
                 // if next is not ';' -> make it so...
                     throw "could not find end lbrace!!!";
                 }
                 // if next is not ';' -> make it so...