diff options
| author | XhmikosR <[email protected]> | 2015-05-05 06:58:16 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-05-05 06:58:16 +0300 |
| commit | 280f6c5d5c375ee33f434a39803229fa97ef5149 (patch) | |
| tree | aa384843266c55aed713c21faaad90e590b56ff8 /docs/dist | |
| parent | aa2c5b5672f5a7b8b0419bee51023f7e9ae4acba (diff) | |
| parent | 5ae00f2e7c6c3218cc35d3f88d4ec53a30bec698 (diff) | |
| download | bootstrap-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.js | 2 |
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' |
