diff options
Diffstat (limited to 'js/tests/unit')
| -rw-r--r-- | js/tests/unit/scrollspy.js | 2 |
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;"/>' |
