app/assets/javascripts/bootstrap/tooltip.js in bootstrap-on-rails-0.0.1 vs app/assets/javascripts/bootstrap/tooltip.js in bootstrap-on-rails-0.0.2
- old
+ new
@@ -1,11 +1,11 @@
/* ========================================================================
- * Bootstrap: tooltip.js v3.0.0
- * http://twbs.github.com/bootstrap/javascript.html#tooltip
+ * Bootstrap: tooltip.js v3.0.2
+ * http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
- * Copyright 2012 Twitter, Inc.
+ * Copyright 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
@@ -381,6 +381,6 @@
$.fn.tooltip.noConflict = function () {
$.fn.tooltip = old
return this
}
-}(window.jQuery);
+}(jQuery);