fix return value in doc

This commit is contained in:
Leo Horie 2015-02-13 13:42:04 -05:00
parent 8ac72911a8
commit a48cf080f4

View file

@ -164,6 +164,7 @@ In the example below, we take advantage of queuing to debug the AJAX response da
//a FP-friendly console.log
var log = function(value) {
console.log(value)
return value
}
var users = m.request({method: "GET", url: "/user"})