2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Require comma on left side

This commit is contained in:
Zlatan Vasović
2013-12-15 20:04:32 +01:00
parent 2ea370f93b
commit ba3639b202
14 changed files with 99 additions and 98 deletions
+5 -5
View File
@@ -44,8 +44,8 @@ $(function () {
.popover({
title: function () {
return '@fat'
}
, content: function () {
},
content: function () {
return 'loves writing tests (╯°□°)╯︵ ┻━┻'
}
})
@@ -102,9 +102,9 @@ $(function () {
var popover = $('<a href="#">@fat</a>')
.appendTo('#qunit-fixture')
.popover({
title: 'Test'
, content: 'Test'
, template: '<div class="popover foobar"><div class="arrow"></div><div class="inner"><h3 class="title"></h3><div class="content"><p></p></div></div></div>'
title: 'Test',
content: 'Test',
template: '<div class="popover foobar"><div class="arrow"></div><div class="inner"><h3 class="title"></h3><div class="content"><p></p></div></div></div>'
})
popover.popover('show')