Skip to content

Commit 4b86a91

Browse files
author
Joseph Price
committed
fix typo
1 parent 1fe4ed8 commit 4b86a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bootstrap-popover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
, $e = this.$element
5959
, o = this.options
6060

61-
content = (typeof o.content == 'function' ? o.content.call($e[0]) : o.content) ||
61+
content = (typeof o.content == 'function' ? o.content.call($e[0]) : o.content)
6262
|| $e.attr('data-content')
6363

6464
return content

0 commit comments

Comments
 (0)