]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix customizer.js indentation warnings. 12720/head
authorXhmikosR <xhmikosr@users.sourceforge.net>
Thu, 13 Feb 2014 08:05:04 +0000 (10:05 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 14 Feb 2014 09:02:03 +0000 (11:02 +0200)
docs/assets/js/customizer.js

index d4620f7d6dfc0d4f55ec6cb11dc22648c33defb9..c7385534cdd109fffa749344091852a1869c4fba 100644 (file)
@@ -209,9 +209,9 @@ window.onload = function () { // wait for load in a dumb way because B-0
 
   function compileLESS(lessSource, baseFilename, intoResult) {
     var parser = new less.Parser({
-        paths: ['variables.less', 'mixins.less'],
-        optimization: 0,
-        filename: baseFilename + '.css'
+      paths: ['variables.less', 'mixins.less'],
+      optimization: 0,
+      filename: baseFilename + '.css'
     }).parse(lessSource, function (err, tree) {
       if (err) {
         return showError('<strong>Ruh roh!</strong> Could not parse less files.', err)