mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
jscs fix
This commit is contained in:
parent
cb19f4f227
commit
ac18e5811d
@ -132,7 +132,7 @@ $(function () {
|
|||||||
$(navbarHtml).appendTo('#qunit-fixture')
|
$(navbarHtml).appendTo('#qunit-fixture')
|
||||||
var $content = $(contentHtml)
|
var $content = $(contentHtml)
|
||||||
.appendTo('#qunit-fixture')
|
.appendTo('#qunit-fixture')
|
||||||
.bootstrapScrollspy({offset: 0, target: '.navbar'})
|
.bootstrapScrollspy({ offset: 0, target: '.navbar' })
|
||||||
|
|
||||||
var testElementIsActiveAfterScroll = function (element, target) {
|
var testElementIsActiveAfterScroll = function (element, target) {
|
||||||
var deferred = $.Deferred()
|
var deferred = $.Deferred()
|
||||||
|
Loading…
Reference in New Issue
Block a user