1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

Use imported jQuery object

This commit is contained in:
Johann-S
2017-10-03 14:27:36 +02:00
parent 722407f502
commit b29b1e1558
12 changed files with 13 additions and 13 deletions

View File

@@ -445,6 +445,6 @@ const Dropdown = (() => {
return Dropdown
})(jQuery, Popper)
})($, Popper)
export default Dropdown