cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Clarify return value of lifted generator example #354

Closed briancavalier closed 10 years ago

briancavalier commented 10 years ago

Clarify that the return value in the last example here in a promise. Ie, that filteredTodos is a promise:

var filteredTodos = getRecentTodosForUser(123);

/cc @getify.

getify commented 10 years ago

👍