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
path: root/js
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2013-12-15 06:55:25 +0400
committerMark Otto <markdotto@gmail.com>2013-12-15 06:55:25 +0400
commit35dd6b9fd7a9d06c7bc630abe391bfdf0f4ba644 (patch)
tree748e2515066e52f2ff632934f5c44a412573bac9 /js
parent46c3d27468accdf98dd49257f17bdc507890a1c6 (diff)
parent5749039f8d236306cc019bb0ec6c5c707f7f3121 (diff)
Merge pull request #10704 from XhmikosR/various
rm unused vars
Diffstat (limited to 'js')
-rw-r--r--js/modal.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/modal.js b/js/modal.js
index 15b81c3623..c284b4dc6a 100644
--- a/js/modal.js
+++ b/js/modal.js
@@ -149,7 +149,6 @@
}
Modal.prototype.backdrop = function (callback) {
- var that = this
var animate = this.$element.hasClass('fade') ? 'fade' : ''
if (this.isShown && this.options.backdrop) {