Skip to content

Commit 536d2c4

Browse files
Update destructuring.md
1 parent 577dcc4 commit 536d2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/destructuring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ jQuery.ajax = function (url, {
630630
crossDomain = false,
631631
global = true,
632632
// ... more config
633-
}) {
633+
} = {}) {
634634
// ... do stuff
635635
};
636636
```

0 commit comments

Comments
 (0)