From 4b86a91e5339600e14e37d3309f2a4bb645cebc5 Mon Sep 17 00:00:00 2001 From: Joseph Price Date: Mon, 4 Feb 2013 09:10:48 -0500 Subject: [PATCH] fix typo --- js/bootstrap-popover.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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