vendor/assets/javascripts/bootstrap/button.js in bootstrap-generators-3.0.0.1 vs vendor/assets/javascripts/bootstrap/button.js in bootstrap-generators-3.0.2
- old
+ new
@@ -1,8 +1,8 @@
/* ========================================================================
- * Bootstrap: button.js v3.0.0
- * http://twbs.github.com/bootstrap/javascript.html#buttons
+ * Bootstrap: button.js v3.0.2
+ * http://getbootstrap.com/javascript/#buttons
* ========================================================================
* 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.
@@ -104,6 +104,6 @@
if (!$btn.hasClass('btn')) $btn = $btn.closest('.btn')
$btn.button('toggle')
e.preventDefault()
})
-}(window.jQuery);
+}(jQuery);