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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user