Merge pull request #10704 from XhmikosR/various

rm unused vars
This commit is contained in:
Mark Otto 2013-12-14 18:55:25 -08:00
commit 35dd6b9fd7
2 changed files with 0 additions and 2 deletions

View File

@ -982,7 +982,6 @@ if (typeof jQuery === "undefined") { throw new Error("Bootstrap requires jQuery"
}
Modal.prototype.backdrop = function (callback) {
var that = this
var animate = this.$element.hasClass('fade') ? 'fade' : ''
if (this.isShown && this.options.backdrop) {

View File

@ -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) {