This commit is contained in:
Leo Horie 2014-08-14 21:30:00 -04:00
parent a0e39777cd
commit 9b01f09af4

View file

@ -138,7 +138,7 @@ In the example below, we take advantage of queuing to debug the AJAX response da
```javascript
var users = m.request({method: "GET", url: "/user"})
.then(log);
.then(log)
.then(function(users) {
//add one more user to the response
return users.concat({name: "Jane"})