From: Heinrich Fenkart Date: Sun, 26 Oct 2014 02:16:05 +0000 (+0100) Subject: Follow-up to e8af21c: rm unused variable in unit test X-Git-Tag: v3.3.0~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e991ccba255574677e12d0ae3e8755275e2ec8b;p=thirdparty%2Fbootstrap.git Follow-up to e8af21c: rm unused variable in unit test --- diff --git a/js/tests/unit/scrollspy.js b/js/tests/unit/scrollspy.js index 46e2a1b855..0c90814919 100644 --- a/js/tests/unit/scrollspy.js +++ b/js/tests/unit/scrollspy.js @@ -153,7 +153,7 @@ $(function () { + '
  • Three
  • ' + '' + '' - var $section = $(sectionHTML).appendTo('#qunit-fixture') + $(sectionHTML).appendTo('#qunit-fixture') var scrollspyHTML = '
    ' + '
    '