Update to Bootstrap 3.0.2

This commit is contained in:
Ben Word
2013-11-06 19:16:58 -06:00
parent 8b5e7fa27a
commit 5fe6c44dab
56 changed files with 49 additions and 51 deletions

4
assets/js/plugins/bootstrap/dropdown.js Normal file → Executable file
View File

@@ -1,5 +1,5 @@
/* ========================================================================
* Bootstrap: dropdown.js v3.0.0
* Bootstrap: dropdown.js v3.0.2
* http://getbootstrap.com/javascript/#dropdowns
* ========================================================================
* Copyright 2013 Twitter, Inc.
@@ -151,4 +151,4 @@
.on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
.on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
}(window.jQuery);
}(jQuery);