mirror of https://github.com/twbs/bootstrap.git
fix typo
This commit is contained in:
parent
1fe4ed8823
commit
4b86a91e53
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue