You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation for Async.Deferred at http://mochikit.com/doc/html/MochiKit/Async.html#fn-deferred the three states of the Deferred (-1, 0, 1) are mentioned. But it is not quite clear how to obtain the state. the word "fired" is only mentioned in the running text. I think the property ".fired" should be clearly included in the formal specification/documentation for Deferred.
from http://trac.mochikit.com/ticket/344
In the documentation for Async.Deferred at http://mochikit.com/doc/html/MochiKit/Async.html#fn-deferred the three states of the Deferred (-1, 0, 1) are mentioned. But it is not quite clear how to obtain the state. the word "fired" is only mentioned in the running text. I think the property ".fired" should be clearly included in the formal specification/documentation for Deferred.
Also, http://mochikit.com/doc/html/MochiKit/Async.html#fn-genericerror mentions a non-existing "failed" method of the Deferred object, it should be removed.
Regards
// Fredrik Blomqvist
The text was updated successfully, but these errors were encountered: