app/assets/javascripts/twitter/bootstrap/popover.js in anjlab-bootstrap-rails-3.0.1.1 vs app/assets/javascripts/twitter/bootstrap/popover.js in anjlab-bootstrap-rails-3.0.2.0
- old
+ new
@@ -1,7 +1,7 @@
/* ========================================================================
- * Bootstrap: popover.js v3.0.1
+ * Bootstrap: popover.js v3.0.2
* http://getbootstrap.com/javascript/#popovers
* ========================================================================
* Copyright 2013 Twitter, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -112,6 +112,6 @@
$.fn.popover.noConflict = function () {
$.fn.popover = old
return this
}
-}(window.jQuery);
+}(jQuery);