Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJoseph Price <joseph.price@huffingtonpost.com>2013-02-04 18:10:48 +0400
committerJoseph Price <joseph.price@huffingtonpost.com>2013-02-04 18:10:48 +0400
commit4b86a91e5339600e14e37d3309f2a4bb645cebc5 (patch)
tree6215d2b1e562f54f7ac70d9bd651b2388a95ce67 /js
parent1fe4ed882341af29a3b709c06642e0dbb556560f (diff)
fix typo
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-popover.js2
1 files changed, 1 insertions, 1 deletions
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