aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-10-26 03:16:05 +0100
committerHeinrich Fenkart <[email protected]>2014-10-26 03:16:05 +0100
commit0e991ccba255574677e12d0ae3e8755275e2ec8b (patch)
tree522dd58dfeca31316bce2d6ac20bf2d10d0ac2ca
parente8af21cc9db7941de217113cef5c7d1640dd86d5 (diff)
downloadbootstrap-0e991ccba255574677e12d0ae3e8755275e2ec8b.tar.xz
bootstrap-0e991ccba255574677e12d0ae3e8755275e2ec8b.zip
Follow-up to e8af21c: rm unused variable in unit test
-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 46e2a1b85..0c9081491 100644
--- a/js/tests/unit/scrollspy.js
+++ b/js/tests/unit/scrollspy.js
@@ -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;"/>'