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:
parent
577dcc4a97
commit
536d2c408c
@ -630,7 +630,7 @@ jQuery.ajax = function (url, {
|
|||||||
crossDomain = false,
|
crossDomain = false,
|
||||||
global = true,
|
global = true,
|
||||||
// ... more config
|
// ... more config
|
||||||
}) {
|
} = {}) {
|
||||||
// ... do stuff
|
// ... do stuff
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user