vendor/assets/javascripts/bootstrap/tooltip.js in bootstrap-sass-3.0.1.0 vs vendor/assets/javascripts/bootstrap/tooltip.js in bootstrap-sass-3.0.2.0
- old
+ new
@@ -1,7 +1,7 @@
/* ========================================================================
- * Bootstrap: tooltip.js v3.0.1
+ * Bootstrap: tooltip.js v3.0.2
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
* Copyright 2013 Twitter, Inc.
*
@@ -381,6 +381,6 @@
$.fn.tooltip.noConflict = function () {
$.fn.tooltip = old
return this
}
-}(window.jQuery);
+}(jQuery);