From e0cdb9cefd94ecc5987263b5675959ffd2c68ff4 Mon Sep 17 00:00:00 2001 From: GoalSmashers Date: Sat, 17 Nov 2012 23:58:09 +0000 Subject: [PATCH] Updated comments. --- lib/clean.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clean.js b/lib/clean.js index 96761682..90806de9 100644 --- a/lib/clean.js +++ b/lib/clean.js @@ -207,7 +207,7 @@ var CleanCSS = { // remove universal selector when not needed (*#id, *.class etc) replace(/\*([\.#:\[])/g, '$1'); - // Get the special comments, content content, and spaces inside calc back + // Restore special comments, content content, and spaces inside calc back var specialCommentsCount = context.specialComments.length; replace(/calc\([^\}]+\}/g, function(match) { -- 2.34.1