diff options
Diffstat (limited to 'js/modal.js')
| -rw-r--r-- | js/modal.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/js/modal.js b/js/modal.js index 15b81c362..c284b4dc6 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) { |
