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/docs/4.3/assets/js/src/search.js')
-rw-r--r--site/docs/4.3/assets/js/src/search.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/assets/js/src/search.js b/site/docs/4.3/assets/js/src/search.js
index 459d412df9..dc222508d6 100644
--- a/site/docs/4.3/assets/js/src/search.js
+++ b/site/docs/4.3/assets/js/src/search.js
@@ -52,4 +52,4 @@
},
debug: false // Set debug to true if you want to inspect the dropdown
})
-}())
+})()