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:
commit
91c2c8db48
@ -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