]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo 6783/head
authorJoseph Price <joseph.price@huffingtonpost.com>
Mon, 4 Feb 2013 14:10:48 +0000 (09:10 -0500)
committerJoseph Price <joseph.price@huffingtonpost.com>
Mon, 4 Feb 2013 14:10:48 +0000 (09:10 -0500)
js/bootstrap-popover.js

index 7f6511080397d2747ca906f8accd0e50933584b7..ad190f50e1ab31286848cdb1556604773631621c 100644 (file)
@@ -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