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-01 01:45:27 +0300
committerMark Otto <markdotto@gmail.com>2017-07-01 01:45:27 +0300
commit7f6479b0d9878dc8fc2de2a6787ec0f6450b46c9 (patch)
treedc9802745b6ba7d151a2c0a4df296555e46a968b /js/dist/tab.js
parenta7a47081f21c69159cfa5734e9deb2be3a1acaad (diff)
build dist
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 ac2a1d6e35..fb0749ed54 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;