aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-04-27 10:11:17 +0300
committerXhmikosR <[email protected]>2018-04-27 10:22:58 +0300
commitc11132351e3e434f6d4ed72e5a418eb692c6a319 (patch)
tree6390518d64ddb3e9675fe577eff9b7835eaee0a9
parent30cb1a2715fc1f920fd225ce5f7452e77fc819f8 (diff)
downloadbootstrap-c11132351e3e434f6d4ed72e5a418eb692c6a319.tar.xz
bootstrap-c11132351e3e434f6d4ed72e5a418eb692c6a319.zip
Add comment in docs JS files.
-rw-r--r--assets/js/src/ie-emulation-modes-warning.js2
-rw-r--r--assets/js/src/pwa.js4
-rw-r--r--assets/js/src/search.js4
3 files changed, 9 insertions, 1 deletions
diff --git a/assets/js/src/ie-emulation-modes-warning.js b/assets/js/src/ie-emulation-modes-warning.js
index ca2ae1222..610128e27 100644
--- a/assets/js/src/ie-emulation-modes-warning.js
+++ b/assets/js/src/ie-emulation-modes-warning.js
@@ -1,5 +1,5 @@
// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
-// IT'S JUST JUNK FOR OUR DOCS!
+// IT'S ALL JUST JUNK FOR OUR DOCS!
// ++++++++++++++++++++++++++++++++++++++++++
// Intended to prevent false-positive bug reports about Bootstrap not working properly in old versions of IE due to folks testing using IE's unreliable emulation modes.
diff --git a/assets/js/src/pwa.js b/assets/js/src/pwa.js
index 22a0dde6d..142f89915 100644
--- a/assets/js/src/pwa.js
+++ b/assets/js/src/pwa.js
@@ -1,3 +1,7 @@
+// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
+// IT'S ALL JUST JUNK FOR OUR DOCS!
+// ++++++++++++++++++++++++++++++++++++++++++
+
/* eslint no-console:off */
(function () {
diff --git a/assets/js/src/search.js b/assets/js/src/search.js
index 3acd71c6f..2e91fcf21 100644
--- a/assets/js/src/search.js
+++ b/assets/js/src/search.js
@@ -1,3 +1,7 @@
+// NOTICE!! DO NOT USE ANY OF THIS JAVASCRIPT
+// IT'S ALL JUST JUNK FOR OUR DOCS!
+// ++++++++++++++++++++++++++++++++++++++++++
+
(function () {
'use strict'