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

bump versions to 2.1.0

This commit is contained in:
Mark Otto
2012-08-19 23:07:18 -07:00
parent a12c19b3c8
commit e510306196
27 changed files with 41 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
/* =========================================================
* bootstrap-modal.js v2.0.4
* bootstrap-modal.js v2.1.0
* http://twitter.github.com/bootstrap/javascript.html#modals
* =========================================================
* Copyright 2012 Twitter, Inc.
@@ -229,7 +229,7 @@
e.preventDefault()
$target
.modal(option)
.modal(option)
.one('hide', function () {
$this.focus()
})