mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-08 15:00:59 +00:00
Follow-up to e8af21c: rm unused variable in unit test
This commit is contained in:
parent
e8af21cc9d
commit
0e991ccba2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;"/>'
|
||||
|
|
|
|||
Loading…
Reference in a new issue