From 7cf9af94d476f601586d71ff17f877d5a1acdc7e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Jul 2010 16:07:36 +0800 Subject: [PATCH] JSDOC/CompressWhite.js --- JSDOC/CompressWhite.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index f50a175..ab1b294 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -76,7 +76,7 @@ CompressWhite = function (ts, packer) // if next is not ';' -> make it so... // although this var a=function(){},v,c; causes if (ts.lookTok(1).data != ';' && ts.lookTok(1).data != '}' && ts.lookTok(1,true).name == "NEWLINE") { - ts.look(1).outData = ts.look(1).data+";"; + ts.look(0).outData = ts.look(0).data+";"; } // restore.. ts.cursor = cu; -- 2.39.2