Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…/builds/6847879) : js/tests/unit/bootstrap-tooltip.js extra comma in line twbs#111
  • Loading branch information
childnode committed May 3, 2013
1 parent 7d0e81e commit 5b6e4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/unit/bootstrap-tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ $(function () {
var tooltip = $('<a href="#" rel="tooltip" title="Customized tooltip"></a>')
.appendTo('#qunit-fixture')
.tooltip({
template: '<div class="tooltip some-class"><div class="tooltip-arrow customized"/><div class="tooltip-inner"/></div>',
template: '<div class="tooltip some-class"><div class="tooltip-arrow customized"/><div class="tooltip-inner"/></div>'
})
.tooltip('show')

Expand Down

0 comments on commit 5b6e4ec

Please sign in to comment.