Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@users.sourceforge.net>2014-02-13 12:05:04 +0400
committerXhmikosR <xhmikosr@users.sourceforge.net>2014-02-14 13:02:03 +0400
commit65ffe69bdf1a36103241901cbec72b67632d60ce (patch)
tree859b9ce00f50d335698733af527b0de6eb5e0bfd /docs/assets
parent895b0006b9adbaf3c56953d2ab2967aa85071086 (diff)
Fix customizer.js indentation warnings.
Diffstat (limited to 'docs/assets')
-rw-r--r--docs/assets/js/customizer.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/js/customizer.js b/docs/assets/js/customizer.js
index d4620f7d6d..c7385534cd 100644
--- a/docs/assets/js/customizer.js
+++ b/docs/assets/js/customizer.js
@@ -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)