aboutsummaryrefslogtreecommitdiff
path: root/js/tab.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-04-29 12:11:58 +0300
committerXhmikosR <[email protected]>2015-05-05 06:50:18 +0300
commit49c45563546af97eaab0c6f083d68fbc3b4a0ce6 (patch)
tree282625ff1f31bf0441821254a61d2313786ae20b /js/tab.js
parent93785be2c689a38f134e201feb753faf782fffa2 (diff)
downloadbootstrap-49c45563546af97eaab0c6f083d68fbc3b4a0ce6.tar.xz
bootstrap-49c45563546af97eaab0c6f083d68fbc3b4a0ce6.zip
Comply to the new JSCS rules.
Diffstat (limited to 'js/tab.js')
-rw-r--r--js/tab.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/tab.js b/js/tab.js
index 685bbc91f..416189e3d 100644
--- a/js/tab.js
+++ b/js/tab.js
@@ -14,7 +14,9 @@
// ====================
var Tab = function (element) {
+ // jscs:disable requireDollarBeforejQueryAssignment
this.element = $(element)
+ // jscs:enable requireDollarBeforejQueryAssignment
}
Tab.VERSION = '3.3.4'