1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

Merge pull request #636 from lemondreamtobe/patch-1

Update destructuring.md
This commit is contained in:
Ruan YiFeng 2018-04-07 09:30:12 -05:00 committed by GitHub
commit 91c2c8db48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -630,7 +630,7 @@ jQuery.ajax = function (url, {
crossDomain = false, crossDomain = false,
global = true, global = true,
// ... more config // ... more config
}) { } = {}) {
// ... do stuff // ... do stuff
}; };
``` ```