1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-25 21:09:06 +02:00

v2.2.0 instead of v2.1.2

This commit is contained in:
Mark Otto
2012-10-29 21:00:53 -07:00
parent c33169a6ba
commit 41ad16fe40
38 changed files with 57 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
/* ============================================================
* bootstrap-dropdown.js v2.1.2
* bootstrap-dropdown.js v2.2.0
* http://twitter.github.com/bootstrap/javascript.html#dropdowns
* ============================================================
* Copyright 2012 Twitter, Inc.
@@ -99,8 +99,8 @@
}
function clearMenus() {
$(toggle).each(function () {
function clearMenus() {
$(toggle).each(function () {
getParent($(this)).removeClass("open")
})
}