minor fixes
This commit is contained in:
parent
ff042a0319
commit
e85e48f8d0
4 changed files with 5 additions and 5 deletions
|
@ -15,6 +15,6 @@ function loadJson(url) {
|
|||
})
|
||||
}
|
||||
|
||||
loadJson('no-such-user.json') // (3)
|
||||
loadJson('no-such-user.json')
|
||||
.catch(alert); // Error: 404
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue