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
diff options
context:
space:
mode:
authorJohann-S <johann.servoire@gmail.com>2017-05-16 10:59:44 +0300
committerJohann-S <johann.servoire@gmail.com>2017-05-16 11:09:48 +0300
commit3719ed4cb69fd8c75869158b086b4fc077e63e14 (patch)
tree20c4aa1021aacd824b752d5ab85377ac782b4d90 /js/dist/tab.js
parent183205afb87582bf905e1fac0b6c5353c0b2d28c (diff)
build
Diffstat (limited to 'js/dist/tab.js')
-rw-r--r--js/dist/tab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/tab.js b/js/dist/tab.js
index 079f98a638..fb0749ed54 100644
--- a/js/dist/tab.js
+++ b/js/dist/tab.js
@@ -129,7 +129,7 @@ var Tab = function ($) {
};
Tab.prototype.dispose = function dispose() {
- $.removeClass(this._element, DATA_KEY);
+ $.removeData(this._element, DATA_KEY);
this._element = null;
};