2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Get rid of JSHint's laxcomma option now that the comma is used on the right side.

This commit is contained in:
XhmikosR
2013-12-21 22:59:40 +02:00
parent 5f9695ae7c
commit a05a11e5dc
3 changed files with 5 additions and 6 deletions
+2 -2
View File
@@ -59,8 +59,8 @@
var navOuterHeight = $('.bs-docs-nav').height()
return (this.top = offsetTop - navOuterHeight - sideBarMargin)
}
, bottom: function () {
},
bottom: function () {
return (this.bottom = $('.bs-footer').outerHeight(true))
}
}