mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-24 10:22:23 +00:00
Update destructuring.md
This commit is contained in:
parent
577dcc4a97
commit
536d2c408c
@ -630,7 +630,7 @@ jQuery.ajax = function (url, {
|
||||
crossDomain = false,
|
||||
global = true,
|
||||
// ... more config
|
||||
}) {
|
||||
} = {}) {
|
||||
// ... do stuff
|
||||
};
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user