From: Joseph Price Date: Mon, 4 Feb 2013 14:10:48 +0000 (-0500) Subject: fix typo X-Git-Tag: v2.3.0^2~5^2~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6783%2Fhead;p=thirdparty%2Fbootstrap.git fix typo --- diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js index 7f65110803..ad190f50e1 100644 --- a/js/bootstrap-popover.js +++ b/js/bootstrap-popover.js @@ -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