diff options
| author | Mark Otto <[email protected]> | 2017-06-30 13:15:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-06-30 13:15:09 -0700 |
| commit | eedbe43ea79a4deab1bf5a4a7c618cb0fc380869 (patch) | |
| tree | 1e707f11973faed60dced2cd1dd658727c92b7c7 /js/dist/tab.js | |
| parent | 7eafb1657914acaef05544209fbd39b4f8627c52 (diff) | |
| download | bootstrap-eedbe43ea79a4deab1bf5a4a7c618cb0fc380869.tar.xz bootstrap-eedbe43ea79a4deab1bf5a4a7c618cb0fc380869.zip | |
build dist
Diffstat (limited to 'js/dist/tab.js')
| -rw-r--r-- | js/dist/tab.js | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/js/dist/tab.js b/js/dist/tab.js index fb0749ed5..ac2a1d6e3 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); @@ -234,7 +234,7 @@ var Tab = function ($) { $(document).on(Event.CLICK_DATA_API, Selector.DATA_TOGGLE, function (event) { event.preventDefault(); Tab._jQueryInterface.call($(this), 'show'); - }); + } /** * ------------------------------------------------------------------------ @@ -242,7 +242,7 @@ var Tab = function ($) { * ------------------------------------------------------------------------ */ - $.fn[NAME] = Tab._jQueryInterface; + );$.fn[NAME] = Tab._jQueryInterface; $.fn[NAME].Constructor = Tab; $.fn[NAME].noConflict = function () { $.fn[NAME] = JQUERY_NO_CONFLICT; |
