Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Price committed Feb 4, 2013
1 parent 1fe4ed8 commit 4b86a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/bootstrap-popover.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b86a91

Please sign in to comment.