Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
65ffe69b
Commit
65ffe69b
authored
11 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Fix customizer.js indentation warnings.
parent
895b0006
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/js/customizer.js
+3
-3
docs/assets/js/customizer.js
with
3 additions
and
3 deletions
+3
-3
docs/assets/js/customizer.js
+
3
-
3
View file @
65ffe69b
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment