From eee1a667e6dc9263dc28c4bc7df5ba2adfd12996 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 Jul 2010 16:23:20 +0800 Subject: [PATCH] JSDOC/CompressWhite.js --- JSDOC/CompressWhite.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index b02c3f2..feae36a 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -85,8 +85,8 @@ CompressWhite = function (ts, packer) throw "could not find end lbrace!!!"; } - print(ts.lookTok(1).toString()); - print(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 -- 2.39.2