vendor/assets/javascripts/twitter/bootstrap/dropdown.js in bootstrap-sass-rails-2.0.0.3 vs vendor/assets/javascripts/twitter/bootstrap/dropdown.js in bootstrap-sass-rails-2.0.1.0

- old
+ new

@@ -1,7 +1,7 @@ /* ============================================================ - * bootstrap-dropdown.js v2.0.0 + * bootstrap-dropdown.js v2.0.1 * http://twitter.github.com/bootstrap/javascript.html#dropdowns * ============================================================ * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -87,6 +87,6 @@ $(function () { $('html').on('click.dropdown.data-api', clearMenus) $('body').on('click.dropdown.data-api', toggle, Dropdown.prototype.toggle) }) -}( window.jQuery ) +}( window.jQuery ); \ No newline at end of file