aboutsummaryrefslogtreecommitdiff
path: root/js/bootstrap-modal.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-19 23:07:18 -0700
committerMark Otto <[email protected]>2012-08-19 23:07:18 -0700
commite510306196b6433dc73302d24ca58313d3a31ec7 (patch)
tree5aeb5e570a0ea9c31272df3d88f60e3da6811f71 /js/bootstrap-modal.js
parenta12c19b3c8e07516a38302feb4e8aa7c94600a4d (diff)
downloadbootstrap-e510306196b6433dc73302d24ca58313d3a31ec7.tar.xz
bootstrap-e510306196b6433dc73302d24ca58313d3a31ec7.zip
bump versions to 2.1.0
Diffstat (limited to 'js/bootstrap-modal.js')
-rw-r--r--js/bootstrap-modal.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js
index a6fe1e817..62fbc951b 100644
--- a/js/bootstrap-modal.js
+++ b/js/bootstrap-modal.js
@@ -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()
})