Reverting docs edit

This commit is contained in:
Barney 2014-11-10 15:38:07 +00:00
parent b7935f8afd
commit a51d515e4c

View file

@ -457,8 +457,6 @@ where:
m.request({method: "GET", url: "/foo", background: true})
.then(m.redraw); //force redraw
```
The return value of a background `m.request` should not be exposed to controllers or views, since without the blocking effect of redraw-blocking effect of `m.startComputation` it is liable to be invoked before it resolves, which can lead to runtime errors.
- **any unwrapSuccess(any data)** (optional)