fix return value in doc
This commit is contained in:
parent
8ac72911a8
commit
a48cf080f4
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ In the example below, we take advantage of queuing to debug the AJAX response da
|
||||||
//a FP-friendly console.log
|
//a FP-friendly console.log
|
||||||
var log = function(value) {
|
var log = function(value) {
|
||||||
console.log(value)
|
console.log(value)
|
||||||
|
return value
|
||||||
}
|
}
|
||||||
|
|
||||||
var users = m.request({method: "GET", url: "/user"})
|
var users = m.request({method: "GET", url: "/user"})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue