aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-06-19 11:41:23 +0200
committerHeinrich Fenkart <[email protected]>2014-06-19 21:08:05 +0200
commit587451ad9a2b288ed54857c6ac291609a6394c6f (patch)
treef9e4b9f144a322970f5b1f7c996c45a94796f004 /docs
parent09c2e41ec4c7f3892ee3568f70bf5aef7245cdb2 (diff)
downloadbootstrap-587451ad9a2b288ed54857c6ac291609a6394c6f.tar.xz
bootstrap-587451ad9a2b288ed54857c6ac291609a6394c6f.zip
Update a few source files to comply to new JSCS rules
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/js/_src/customizer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/js/_src/customizer.js b/docs/assets/js/_src/customizer.js
index aec869797..5bbb0b64b 100644
--- a/docs/assets/js/_src/customizer.js
+++ b/docs/assets/js/_src/customizer.js
@@ -233,7 +233,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
if (('variables.less' === filename) && vars) lessSource += generateCustomLess(vars)
})
- lessSource = lessSource.replace(/@import[^\n]*/gi, '') //strip any imports
+ lessSource = lessSource.replace(/@import[^\n]*/gi, '') // strip any imports
return lessSource
}