From 5ae00f2e7c6c3218cc35d3f88d4ec53a30bec698 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 29 Apr 2015 12:12:59 +0300 Subject: Run `grunt`. --- docs/dist/js/bootstrap.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/dist') 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' -- cgit v1.2.3