vendor/assets/javascripts/twitter/bootstrap/collapse.js in less-rails-bootstrap-2.0.5 vs vendor/assets/javascripts/twitter/bootstrap/collapse.js in less-rails-bootstrap-2.0.6

- old
+ new

@@ -1,7 +1,7 @@ /* ============================================================= - * bootstrap-collapse.js v2.0.0 + * bootstrap-collapse.js v2.0.1 * http://twitter.github.com/bootstrap/javascript.html#collapse * ============================================================= * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -131,6 +131,6 @@ , option = $(target).data('collapse') ? 'toggle' : $this.data() $(target).collapse(option) }) }) -}( window.jQuery ) +}( window.jQuery ); \ No newline at end of file