mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 16:44:17 +02:00
fix typo
This commit is contained in:
2
js/bootstrap-popover.js
vendored
2
js/bootstrap-popover.js
vendored
@@ -58,7 +58,7 @@
|
||||
, $e = this.$element
|
||||
, 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')
|
||||
|
||||
return content
|
||||
|
Reference in New Issue
Block a user