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
+1 -1
View File
@@ -630,7 +630,7 @@ jQuery.ajax = function (url, {
crossDomain = false,
global = true,
// ... more config
}) {
} = {}) {
// ... do stuff
};
```