Updated to latest version of Bootstrap

This commit is contained in:
Jeremy Ruston
2012-10-11 15:58:05 +01:00
parent a4110179fc
commit 60eeca5893
162 changed files with 21028 additions and 35400 deletions

View File

@@ -1,5 +1,5 @@
/* ============================================================
* bootstrap-button.js v2.0.4
* bootstrap-button.js v2.1.1
* http://twitter.github.com/bootstrap/javascript.html#buttons
* ============================================================
* Copyright 2012 Twitter, Inc.
@@ -51,7 +51,7 @@
}
Button.prototype.toggle = function () {
var $parent = this.$element.parent('[data-toggle="buttons-radio"]')
var $parent = this.$element.closest('[data-toggle="buttons-radio"]')
$parent && $parent
.find('.active')