1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

Update destructuring.md

This commit is contained in:
Lemon_zhang 2018-04-04 11:29:25 +08:00 committed by GitHub
parent 577dcc4a97
commit 536d2c408c
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,
global = true,
// ... more config
}) {
} = {}) {
// ... do stuff
};
```