diff options
| author | XhmikosR <[email protected]> | 2014-03-01 18:19:50 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-04-09 10:01:48 +0300 |
| commit | 45b476bdbff7ac38518deb7898529bb9510f648f (patch) | |
| tree | c71c86db355f6194b39b68895b5999d4d5f6a746 /js/tests/unit/scrollspy.js | |
| parent | de86b36b508096eea1f9326983ab4d50358f66a5 (diff) | |
| download | bootstrap-45b476bdbff7ac38518deb7898529bb9510f648f.tar.xz bootstrap-45b476bdbff7ac38518deb7898529bb9510f648f.zip | |
JS: remove unused variables.
Diffstat (limited to 'js/tests/unit/scrollspy.js')
| -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 d91b6b313..670735a46 100644 --- a/js/tests/unit/scrollspy.js +++ b/js/tests/unit/scrollspy.js @@ -18,7 +18,6 @@ $(function () { test('should switch active class on scroll', function () { var sectionHTML = '<div id="masthead"></div>', - $section = $(sectionHTML).append('#qunit-fixture'), topbarHTML = '<div class="topbar">' + '<div class="topbar-inner">' + '<div class="container">' + @@ -30,6 +29,7 @@ $(function () { '</div>', $topbar = $(topbarHTML).scrollspy() + $(sectionHTML).append('#qunit-fixture') ok($topbar.find('.active', true)) }) |
