From 4a1e997b4e5890e837cc3fe5309af031a79365b6 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 15 Jan 2013 11:19:59 +0200 Subject: [PATCH] lib/clean.js: remove trailing spaces --- lib/clean.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1