0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Follow-up to e8af21c: rm unused variable in unit test

This commit is contained in:
Heinrich Fenkart 2014-10-26 03:16:05 +01:00
parent e8af21cc9d
commit 0e991ccba2

View 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;"/>'