mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
fix typo
This commit is contained in:
parent
1fe4ed8823
commit
4b86a91e53
2
js/bootstrap-popover.js
vendored
2
js/bootstrap-popover.js
vendored
@ -58,7 +58,7 @@
|
|||||||
, $e = this.$element
|
, $e = this.$element
|
||||||
, o = this.options
|
, o = this.options
|
||||||
|
|
||||||
content = (typeof o.content == 'function' ? o.content.call($e[0]) : o.content) ||
|
content = (typeof o.content == 'function' ? o.content.call($e[0]) : o.content)
|
||||||
|| $e.attr('data-content')
|
|| $e.attr('data-content')
|
||||||
|
|
||||||
return content
|
return content
|
||||||
|
Loading…
Reference in New Issue
Block a user