1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-27 05:49:07 +02: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

View File

@@ -14,7 +14,9 @@
// ====================
var Tab = function (element) {
// jscs:disable requireDollarBeforejQueryAssignment
this.element = $(element)
// jscs:enable requireDollarBeforejQueryAssignment
}
Tab.VERSION = '3.3.4'