]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
jscs fix
authorMark Otto <otto@github.com>
Sun, 6 Jul 2014 22:08:33 +0000 (15:08 -0700)
committerMark Otto <otto@github.com>
Sun, 6 Jul 2014 22:08:33 +0000 (15:08 -0700)
js/tests/unit/scrollspy.js

index a668687687c7b688264213212efe48b98fb104f2..d960ba71a9e670b606210f4337460717b7cd6b33 100644 (file)
@@ -132,7 +132,7 @@ $(function () {
     $(navbarHtml).appendTo('#qunit-fixture')
     var $content = $(contentHtml)
       .appendTo('#qunit-fixture')
-      .bootstrapScrollspy({offset: 0, target: '.navbar'})
+      .bootstrapScrollspy({ offset: 0, target: '.navbar' })
 
     var testElementIsActiveAfterScroll = function (element, target) {
       var deferred = $.Deferred()