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-08-15 06:23:45 +0300
committerMark Otto <markdotto@gmail.com>2017-08-15 06:23:45 +0300
commitca7b7cd3774c7ab90f415c91acacf00e9ba611ff (patch)
tree5cdea17cdc0075a1f16189335264566747b77cfd /js/dist/tab.js
parenta80198db4d745b02fe0e288a2839a55bbbca9d95 (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 d3bc36d0c2..09afbeadc4 100644
--- a/js/dist/tab.js
+++ b/js/dist/tab.js
@@ -49,14 +49,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);