2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Move to leading pluses

This commit is contained in:
Heinrich Fenkart
2014-07-06 11:56:12 +02:00
parent dad56be96c
commit 58eb8b2ae3
9 changed files with 421 additions and 421 deletions
+7 -7
View File
@@ -38,13 +38,13 @@ $(function () {
test('should trigger affixed event after affix', function () {
stop()
var templateHTML = '<div id="affixTarget">' +
'<ul>' +
'<li>Please affix</li>' +
'<li>And unaffix</li>' +
'</ul>' +
'</div>' +
'<div id="affixAfter" style="height: 20000px; display: block;"/>'
var templateHTML = '<div id="affixTarget">'
+ '<ul>'
+ '<li>Please affix</li>'
+ '<li>And unaffix</li>'
+ '</ul>'
+ '</div>'
+ '<div id="affixAfter" style="height: 20000px; display: block;"/>'
$(templateHTML).appendTo(document.body)
$('#affixTarget').bootstrapAffix({