var d = new Deferred();
d.addCallback(partial(log, "whee"));

succeed().addCallback(d.callback, 1);

Blows up on line 92 of Async.js in:

this._check();


'this' is 'window', which makes me think deferreds methods are not
bound?
if I call bindMethods(d); it -works- but still raises an exception.

any ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MochiKit" group.
To post to this group, send email to mochikit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/mochikit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to