mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2025-05-29 22:12:21 +00:00
docs(object): fix object
This commit is contained in:
parent
46af4fb5fe
commit
1cd457d5cf
@ -529,7 +529,7 @@ const DEFAULTS = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function processContent(options) {
|
function processContent(options) {
|
||||||
let options = Object.assign({}, DEFAULTS, options);
|
options = Object.assign({}, DEFAULTS, options);
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user