Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dist/js
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2015-04-29 12:12:59 +0300
committerXhmikosR <xhmikosr@gmail.com>2015-05-05 06:50:18 +0300
commit5ae00f2e7c6c3218cc35d3f88d4ec53a30bec698 (patch)
treeaa384843266c55aed713c21faaad90e590b56ff8 /dist/js
parent49c45563546af97eaab0c6f083d68fbc3b4a0ce6 (diff)
Run `grunt`.
Diffstat (limited to 'dist/js')
-rw-r--r--dist/js/bootstrap.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/js/bootstrap.js b/dist/js/bootstrap.js
index 32f6ffc557..c3deb48483 100644
--- a/dist/js/bootstrap.js
+++ b/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'