0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

automatic grunt dist

This commit is contained in:
Bootstrap's Grunt bot 2015-03-09 14:03:04 +00:00
parent e4d6fbf715
commit fbc5d8ee41
2 changed files with 2 additions and 2 deletions

View File

@ -2233,7 +2233,7 @@ if (typeof jQuery === 'undefined') {
var offset = this.options.offset
var offsetTop = offset.top
var offsetBottom = offset.bottom
var scrollHeight = $('body').height()
var scrollHeight = $(document.body).height()
if (typeof offset != 'object') offsetBottom = offsetTop = offset
if (typeof offsetTop == 'function') offsetTop = offset.top(this.$element)

File diff suppressed because one or more lines are too long