aboutsummaryrefslogtreecommitdiff
path: root/js/dist/tab.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-18 18:32:16 -0700
committerMark Otto <[email protected]>2017-06-18 18:32:16 -0700
commit16d77b4cb07f575d45ae486125ea9df06bd45d3f (patch)
tree604dfa1acc7c6cbc11776d8a2f363e131cbe8507 /js/dist/tab.js
parenteed427690b8b2abfab6998be942c9ecbff08ff06 (diff)
downloadbootstrap-16d77b4cb07f575d45ae486125ea9df06bd45d3f.tar.xz
bootstrap-16d77b4cb07f575d45ae486125ea9df06bd45d3f.zip
build
Diffstat (limited to 'js/dist/tab.js')
-rw-r--r--js/dist/tab.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/dist/tab.js b/js/dist/tab.js
index ac2a1d6e3..fb0749ed5 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;