From: Mark Otto Date: Sun, 6 Jul 2014 22:08:33 +0000 (-0700) Subject: jscs fix X-Git-Tag: v3.3.0~387 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac18e5811d136c22d7f46d06f97bcc12ee0f665f;p=thirdparty%2Fbootstrap.git jscs fix --- 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()