var navOuterHeight = $('.bs-docs-nav').height()
return (this.top = offsetTop - navOuterHeight - sideBarMargin)
- }
- , bottom: function () {
+ },
+ bottom: function () {
return (this.bottom = $('.bs-footer').outerHeight(true))
}
}
try {
var parser = new less.Parser({
- paths: ['variables.less', 'mixins.less']
- , optimization: 0
- , filename: 'bootstrap.css'
+ paths: ['variables.less', 'mixins.less'],
+ optimization: 0,
+ filename: 'bootstrap.css'
}).parse(css, function (err, tree) {
if (err) {
return showError('<strong>Ruh roh!</strong> Could not parse less files.', err)