app/assets/javascripts/bootstrap/collapse.js in bootstrap-on-rails-0.0.1 vs app/assets/javascripts/bootstrap/collapse.js in bootstrap-on-rails-0.0.2
- old
+ new
@@ -1,10 +1,10 @@
/* ========================================================================
- * Bootstrap: collapse.js v3.0.0
- * http://twbs.github.com/bootstrap/javascript.html#collapse
+ * Bootstrap: collapse.js v3.0.2
+ * http://getbootstrap.com/javascript/#collapse
* ========================================================================
- * 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
*
@@ -174,6 +174,6 @@
}
$target.collapse(option)
})
-}(window.jQuery);
+}(jQuery);