From: XhmikosR Date: Tue, 15 Jan 2013 09:19:59 +0000 (+0200) Subject: lib/clean.js: remove trailing spaces X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4a1e997b4e5890e837cc3fe5309af031a79365b6;p=clean-css.git lib/clean.js: remove trailing spaces --- diff --git a/lib/clean.js b/lib/clean.js index cd1a531d..c9b48aef 100644 --- a/lib/clean.js +++ b/lib/clean.js @@ -251,7 +251,7 @@ var CleanCSS = { // restore rect(...) zeros syntax for 4 zeros replace(/rect\(\s?0(\s|,)0[ ,]0[ ,]0\s?\)/g, 'rect(0$10$10$10)'); - + // move first charset to the beginning replace(function moveCharset() { // get first charset in stylesheet