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:
authorRohit Sharma <rohit2sharma95@gmail.com>2021-03-16 08:21:04 +0300
committerGitHub <noreply@github.com>2021-03-16 08:21:04 +0300
commit6ecd1c626e4129daf45a47b44c2e2eae60a09fa3 (patch)
tree6c4eba4f501cb96e16ae863bc4401df90115e9f4 /js/index.umd.js
parente153e5f5b2b82ad09a9874b8ff1dfca986790f76 (diff)
Change the name of the `Offcanvas` constructor (#33261)
Diffstat (limited to 'js/index.umd.js')
-rw-r--r--js/index.umd.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/index.umd.js b/js/index.umd.js
index a99a3be896..8e52cca0f1 100644
--- a/js/index.umd.js
+++ b/js/index.umd.js
@@ -11,7 +11,7 @@ import Carousel from './src/carousel'
import Collapse from './src/collapse'
import Dropdown from './src/dropdown'
import Modal from './src/modal'
-import OffCanvas from './src/offcanvas'
+import Offcanvas from './src/offcanvas'
import Popover from './src/popover'
import ScrollSpy from './src/scrollspy'
import Tab from './src/tab'
@@ -25,7 +25,7 @@ export default {
Collapse,
Dropdown,
Modal,
- OffCanvas,
+ Offcanvas,
Popover,
ScrollSpy,
Tab,