]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Follow-up to e8af21c: rm unused variable in unit test
authorHeinrich Fenkart <hnrch02@gmail.com>
Sun, 26 Oct 2014 02:16:05 +0000 (03:16 +0100)
committerHeinrich Fenkart <hnrch02@gmail.com>
Sun, 26 Oct 2014 02:16:05 +0000 (03:16 +0100)
js/tests/unit/scrollspy.js

index 46e2a1b855320c32ec88b32c630821c80dc28fb0..0c908149195cc59939a4f4ca5ebe6171a08ad036 100644 (file)
@@ -153,7 +153,7 @@ $(function () {
         + '<li><a id="three-link" href="#three">Three</a></li>'
         + '</ul>'
         + '</nav>'
-    var $section = $(sectionHTML).appendTo('#qunit-fixture')
+    $(sectionHTML).appendTo('#qunit-fixture')
 
     var scrollspyHTML = '<div id="content" style="height: 200px; overflow-y: auto;">'
         + '<div id="spacer" style="height: 100px;"/>'