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:
authorMark Otto <markdotto@gmail.com>2017-07-16 23:11:21 +0300
committerMark Otto <markdotto@gmail.com>2017-07-16 23:11:21 +0300
commit082c9d92fe1057f8dddda32e1002983d82c681aa (patch)
tree3a0a3e7329b1eabdc6b24165ab10fd39558f5058 /js/dist/tab.js
parent696b2bee113290774c4b74bd709d008c800f0e30 (diff)
dist
Diffstat (limited to 'js/dist/tab.js')
-rw-r--r--js/dist/tab.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/dist/tab.js b/js/dist/tab.js
index fb0749ed54..a7c5a979b7 100644
--- a/js/dist/tab.js
+++ b/js/dist/tab.js
@@ -48,14 +48,14 @@ var Tab = function ($) {
DATA_TOGGLE: '[data-toggle="tab"], [data-toggle="pill"], [data-toggle="list"]',
DROPDOWN_TOGGLE: '.dropdown-toggle',
DROPDOWN_ACTIVE_CHILD: '> .dropdown-menu .active'
- };
- /**
- * ------------------------------------------------------------------------
- * Class Definition
- * ------------------------------------------------------------------------
- */
+ /**
+ * ------------------------------------------------------------------------
+ * Class Definition
+ * ------------------------------------------------------------------------
+ */
+ };
var Tab = function () {
function Tab(element) {
_classCallCheck(this, Tab);