Travis build: 286

This commit is contained in:
Travis CI
2017-12-25 14:51:21 +00:00
parent c6651e7551
commit 23562d1cf0

View File

@ -230,7 +230,7 @@ mergePerson(b) // == b
b = {}
Object.assign(b, a) // == b
*/
```
```
[⬆ back to top](#table-of-contents)