Commit 65ffe69b authored by XhmikosR's avatar XhmikosR
Browse files

Fix customizer.js indentation warnings.

parent 895b0006
Showing with 3 additions and 3 deletions
+3 -3
...@@ -209,9 +209,9 @@ window.onload = function () { // wait for load in a dumb way because B-0 ...@@ -209,9 +209,9 @@ window.onload = function () { // wait for load in a dumb way because B-0
function compileLESS(lessSource, baseFilename, intoResult) { function compileLESS(lessSource, baseFilename, intoResult) {
var parser = new less.Parser({ var parser = new less.Parser({
paths: ['variables.less', 'mixins.less'], paths: ['variables.less', 'mixins.less'],
optimization: 0, optimization: 0,
filename: baseFilename + '.css' filename: baseFilename + '.css'
}).parse(lessSource, function (err, tree) { }).parse(lessSource, function (err, tree) {
if (err) { if (err) {
return showError('<strong>Ruh roh!</strong> Could not parse less files.', err) return showError('<strong>Ruh roh!</strong> Could not parse less files.', err)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment