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/examples/offcanvas/offcanvas.js')
-rw-r--r--site/docs/4.3/examples/offcanvas/offcanvas.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.3/examples/offcanvas/offcanvas.js b/site/docs/4.3/examples/offcanvas/offcanvas.js
index ddd19be824..242849afd8 100644
--- a/site/docs/4.3/examples/offcanvas/offcanvas.js
+++ b/site/docs/4.3/examples/offcanvas/offcanvas.js
@@ -4,4 +4,4 @@
document.querySelector('[data-toggle="offcanvas"]').addEventListener('click', function () {
document.querySelector('.offcanvas-collapse').classList.toggle('open')
})
-}())
+})()