From ac18e5811d136c22d7f46d06f97bcc12ee0f665f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 6 Jul 2014 15:08:33 -0700 Subject: [PATCH] jscs fix --- js/tests/unit/scrollspy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tests/unit/scrollspy.js b/js/tests/unit/scrollspy.js index a668687687..d960ba71a9 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() -- 2.47.2