From 9749bab4ce07c655231cc13c1539f37d751e856b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 Nov 2016 17:18:44 -0800 Subject: grunt --- docs/dist/js/bootstrap.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/dist/js/bootstrap.js') 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; -- cgit v1.2.3