aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-popover.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-10-09 21:25:50 -0700
committerMark Otto <[email protected]>2011-10-09 21:25:50 -0700
commit7c98f1e1fccbb9664bddbc64edb626ffdcf8fe7d (patch)
tree03713b4dce199652857e7f28487756037d814438 /js/bootstrap-popover.js
parentdd1efdf0d5ec2469978a65c845cc5dfd16b74899 (diff)
parentc9669be1ec2862b88ffdb296191e82fed79f56a4 (diff)
downloadbootstrap-7c98f1e1fccbb9664bddbc64edb626ffdcf8fe7d.tar.xz
bootstrap-7c98f1e1fccbb9664bddbc64edb626ffdcf8fe7d.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Diffstat (limited to 'js/bootstrap-popover.js')
-rw-r--r--js/bootstrap-popover.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/bootstrap-popover.js b/js/bootstrap-popover.js
index e41090a3b..1cf4b8917 100644
--- a/js/bootstrap-popover.js
+++ b/js/bootstrap-popover.js
@@ -18,7 +18,7 @@
* =========================================================== */
-(function( $ ) {
+!function( $ ) {
var Popover = function ( element, options ) {
this.$element = $(element)
@@ -40,7 +40,7 @@
}
, getContent: function () {
- var contentvar
+ var content
, $e = this.$element
, o = this.options
@@ -74,4 +74,4 @@
$.fn.popover.defaults = $.extend({} , $.fn.twipsy.defaults, { content: 'data-content', placement: 'right'})
-})( window.jQuery || window.ender ) \ No newline at end of file
+}( window.jQuery || window.ender ); \ No newline at end of file