1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-26 06:44:35 +02: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

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 = (() => {
/**