lib/clean.js: use single quotes
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 9 Apr 2013 17:12:11 +0000 (20:12 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Sat, 20 Apr 2013 14:17:02 +0000 (17:17 +0300)
lib/clean.js

index 719864d..caef19c 100644 (file)
@@ -369,7 +369,7 @@ var CleanCSS = {
         .replace(/['"]/g, '');
 
       if (/^(http|https):\/\//.test(importedFile))
-        return "@import url(" + importedFile + ");";
+        return '@import url(' + importedFile + ');';
 
       var relativeTo = importedFile[0] == '/' ?
         options.root :