2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Comply to the new JSCS rules.

This commit is contained in:
XhmikosR
2015-04-29 12:11:58 +03:00
parent 93785be2c6
commit 49c4556354
5 changed files with 56 additions and 50 deletions
+2
View File
@@ -14,7 +14,9 @@
// ====================
var Tab = function (element) {
// jscs:disable requireDollarBeforejQueryAssignment
this.element = $(element)
// jscs:enable requireDollarBeforejQueryAssignment
}
Tab.VERSION = '3.3.4'