aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-28 17:18:44 -0800
committerMark Otto <[email protected]>2016-11-28 17:18:44 -0800
commit9749bab4ce07c655231cc13c1539f37d751e856b (patch)
tree9210818c8eab542f8c0f14554786d6b39362c39c /docs/dist/js/bootstrap.js
parent339f8c3c48091675ffabff5663d78b34de88bcb4 (diff)
downloadbootstrap-9749bab4ce07c655231cc13c1539f37d751e856b.tar.xz
bootstrap-9749bab4ce07c655231cc13c1539f37d751e856b.zip
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index 7794844b3..58057521c 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -1784,10 +1784,7 @@ var Modal = function ($) {
Modal.prototype.dispose = function dispose() {
$.removeData(this._element, DATA_KEY);
- $(window).off(EVENT_KEY);
- $(document).off(EVENT_KEY);
- $(this._element).off(EVENT_KEY);
- $(this._backdrop).off(EVENT_KEY);
+ $(window, document, this._element, this._backdrop).off(EVENT_KEY);
this._config = null;
this._element = null;