diff options
| author | Mark Otto <[email protected]> | 2013-12-18 13:01:43 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-18 13:01:43 -0800 |
| commit | 3f577ab86c4e07493d5d24f5fdd3dba30c199400 (patch) | |
| tree | ebce071d4991a8de6ea8440aef9093b92bb5d66b /js/modal.js | |
| parent | ee709db67952c53b417a172534f24034eb2a92c8 (diff) | |
| parent | ba3639b2025b8f0c510087ff8fe522c2bf0b06f1 (diff) | |
| download | bootstrap-3f577ab86c4e07493d5d24f5fdd3dba30c199400.tar.xz bootstrap-3f577ab86c4e07493d5d24f5fdd3dba30c199400.zip | |
Merge pull request #11881 from ZDroid/patch-1
Require comma on left side
Diffstat (limited to 'js/modal.js')
| -rw-r--r-- | js/modal.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/modal.js b/js/modal.js index c284b4dc6..bcb49708d 100644 --- a/js/modal.js +++ b/js/modal.js @@ -33,9 +33,9 @@ } Modal.DEFAULTS = { - backdrop: true - , keyboard: true - , show: true + backdrop: true, + keyboard: true, + show: true } Modal.prototype.toggle = function (_relatedTarget) { |
