diff options
| author | XhmikosR <[email protected]> | 2015-04-29 12:12:59 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-05-05 06:50:18 +0300 |
| commit | 5ae00f2e7c6c3218cc35d3f88d4ec53a30bec698 (patch) | |
| tree | aa384843266c55aed713c21faaad90e590b56ff8 /docs/dist | |
| parent | 49c45563546af97eaab0c6f083d68fbc3b4a0ce6 (diff) | |
| download | bootstrap-5ae00f2e7c6c3218cc35d3f88d4ec53a30bec698.tar.xz bootstrap-5ae00f2e7c6c3218cc35d3f88d4ec53a30bec698.zip | |
Run `grunt`.
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' |
