diff options
| author | Mark Otto <[email protected]> | 2017-09-09 16:59:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-09-09 16:59:37 -0700 |
| commit | d8a5147c380fe142ee97fa2489f05afe2ed5a614 (patch) | |
| tree | 1025945777bfd6a17aa433c6277a7821a68aa62d /js/dist/tab.js | |
| parent | cad22335ede2d2d9d0242f86cd859752bbfb14ea (diff) | |
| download | bootstrap-d8a5147c380fe142ee97fa2489f05afe2ed5a614.tar.xz bootstrap-d8a5147c380fe142ee97fa2489f05afe2ed5a614.zip | |
dist
Diffstat (limited to 'js/dist/tab.js')
| -rw-r--r-- | js/dist/tab.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/js/dist/tab.js b/js/dist/tab.js index 3efbf5d5d..0ce5c58a9 100644 --- a/js/dist/tab.js +++ b/js/dist/tab.js @@ -51,14 +51,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); |
