From 28dbf357387884ff7f3bead0b5256bd3a1368a6c Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 15:14:15 +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 5771300..d83bcb4 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -75,7 +75,7 @@ CompressWhite = function (ts, packer) } if ((ts.lookTok(1).type == 'NAME' || ts.lookTok(1).type == 'KEYW' ) && ts.look(1,true).name == "NEWLINE") { - // presever linebraek + // preserve linebraek ts.look(0).outData = ts.look(0).data+"\n"; } -- 2.39.2