Updated comments.
authorGoalSmashers <jakub@goalsmashers.com>
Sat, 17 Nov 2012 23:58:09 +0000 (23:58 +0000)
committerGoalSmashers <jakub@goalsmashers.com>
Sat, 17 Nov 2012 23:58:09 +0000 (23:58 +0000)
lib/clean.js

index 9676168..90806de 100644 (file)
@@ -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) {