aboutsummaryrefslogtreecommitdiff
path: root/docs/dist
diff options
context:
space:
mode:
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'