From: GoalSmashers Date: Sat, 17 Nov 2012 23:58:09 +0000 (+0000) Subject: Updated comments. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e0cdb9cefd94ecc5987263b5675959ffd2c68ff4;p=clean-css.git Updated comments. --- 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) {