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
diff options
context:
space:
mode:
Diffstat (limited to 'site/sw.js')
-rw-r--r--site/sw.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/site/sw.js b/site/sw.js
index db9229cf04..7d03d3b22a 100644
--- a/site/sw.js
+++ b/site/sw.js
@@ -2,6 +2,8 @@
// IT'S ALL JUST JUNK FOR OUR DOCS!
// ++++++++++++++++++++++++++++++++++++++++++
+/* eslint-disable max-nested-callbacks */
+
(function () {
'use strict'
@@ -24,4 +26,4 @@
})
})
}
-}())
+})()