aboutsummaryrefslogtreecommitdiff
path: root/docs/dist
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-05-05 06:58:16 +0300
committerXhmikosR <[email protected]>2015-05-05 06:58:16 +0300
commit280f6c5d5c375ee33f434a39803229fa97ef5149 (patch)
treeaa384843266c55aed713c21faaad90e590b56ff8 /docs/dist
parentaa2c5b5672f5a7b8b0419bee51023f7e9ae4acba (diff)
parent5ae00f2e7c6c3218cc35d3f88d4ec53a30bec698 (diff)
downloadbootstrap-280f6c5d5c375ee33f434a39803229fa97ef5149.tar.xz
bootstrap-280f6c5d5c375ee33f434a39803229fa97ef5149.zip
Merge pull request #16392 from twbs/jscs
Update JSCS rules
Diffstat (limited to 'docs/dist')
-rw-r--r--docs/dist/js/bootstrap.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index 32f6ffc55..c3deb4848 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -2029,7 +2029,9 @@ if (typeof jQuery === 'undefined') {
// ====================
var Tab = function (element) {
+ // jscs:disable requireDollarBeforejQueryAssignment
this.element = $(element)
+ // jscs:enable requireDollarBeforejQueryAssignment
}
Tab.VERSION = '3.3.4'