app/assets/javascripts/bootstrap/transition.js in bootstrap-on-rails-0.0.1 vs app/assets/javascripts/bootstrap/transition.js in bootstrap-on-rails-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
/* ========================================================================
- * Bootstrap: transition.js v3.0.0
- * http://twbs.github.com/bootstrap/javascript.html#transitions
+ * Bootstrap: transition.js v3.0.2
+ * http://getbootstrap.com/javascript/#transitions
* ========================================================================
* 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.
@@ -51,6 +51,6 @@
$(function () {
$.support.transition = transitionEnd()
})
-}(window.jQuery);
+}(jQuery);