1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 12:59:05 +02:00

fix tests

This commit is contained in:
fat
2013-05-16 17:44:50 -07:00
parent 19de2e8603
commit a72d0d6e3a
23 changed files with 1534 additions and 1616 deletions

View File

@@ -63,7 +63,7 @@
Popover.prototype.getContent = function () {
var content = typeof this.options.content == 'function' ?
this.options.content.call($e[0]) :
this.options.content.call(this.$element[0]) :
this.options.content
return content || this.$element.attr('data-content')