mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Fix customizer.js indentation warnings.
This commit is contained in:
parent
895b0006b9
commit
65ffe69bdf
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user