After reading the source code in Async.js, i think there is a bug in DeferredList:
In line 455 > if (this.fired !== 0) {
should be > if (this.fired == -1) {
--
Sincerely,
Wei Litao
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "MochiKit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/mochikit
-~----------~----~----~----~------~----~------~--~---
- [mochikit] a small bug in Async.js Wei Litao
- [mochikit] Re: a small bug in Async.js Bob Ippolito
- [mochikit] a small bug in Async.js Wei Litao
- [mochikit] Re: a small bug in Async.js Bob Ippolito
