aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-06 15:08:33 -0700
committerMark Otto <[email protected]>2014-07-06 15:08:33 -0700
commitac18e5811d136c22d7f46d06f97bcc12ee0f665f (patch)
tree33706ec5fa3f4905ddf07c777178e70353c23629
parentcb19f4f2279bc7e8dd3255585d5e71767933e679 (diff)
downloadbootstrap-ac18e5811d136c22d7f46d06f97bcc12ee0f665f.tar.xz
bootstrap-ac18e5811d136c22d7f46d06f97bcc12ee0f665f.zip
jscs fix
-rw-r--r--js/tests/unit/scrollspy.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/scrollspy.js b/js/tests/unit/scrollspy.js
index a66868768..d960ba71a 100644
--- a/js/tests/unit/scrollspy.js
+++ b/js/tests/unit/scrollspy.js
@@ -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()