Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2012-02-17 10:41:02 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-02-17 10:41:02 +0400
commit03e6dc66c2fe14e756723395752feefb687b6526 (patch)
treeb8cfe13d72e1a780ef08dbd26e3bfe48e406c59e /js/bootstrap-button.js
parent9143d8e449a852c606194ea8c529e30ea1a52ddf (diff)
parent091622644a0c619e1afbb21041c141da30df76b7 (diff)
Merge branch '2.0.1-wip'
Diffstat (limited to 'js/bootstrap-button.js')
-rw-r--r--js/bootstrap-button.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/bootstrap-button.js b/js/bootstrap-button.js
index d85c82947a..89101ed7be 100644
--- a/js/bootstrap-button.js
+++ b/js/bootstrap-button.js
@@ -91,8 +91,8 @@
$(function () {
$('body').on('click.button.data-api', '[data-toggle^=button]', function ( e ) {
- $(e.target).button('toggle')
+ $(e.currentTarget).button('toggle')
})
})
-}( window.jQuery )
+}( window.jQuery ); \ No newline at end of file