2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

JS: remove unused variables.

This commit is contained in:
XhmikosR
2014-03-01 18:19:50 +02:00
parent de86b36b50
commit 45b476bdbf
11 changed files with 31 additions and 32 deletions
+1 -1
View File
@@ -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))
})