2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Merge branch 'v4-dev' into fix-unwanted-padding-on-modal

This commit is contained in:
Johann-S
2017-09-02 09:04:04 +02:00
committed by GitHub
24 changed files with 244 additions and 90 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import $ from 'jquery'
import Util from './util'
@@ -8,7 +9,7 @@ import Util from './util'
* --------------------------------------------------------------------------
*/
const Modal = (($) => {
const Modal = (() => {
/**