[mochikit] Re: callLater and IE

2007-08-22 Thread Jonathan Marshall
All ready, however when I try to submit a ticket I am told: Internal Error: Submission rejected as potential spam (Akismet says content is spam) The patch is: Index: tests/test_Base.js === --- tests/test_Base.js (revision 1312)

[mochikit] Deferred.addCallbackMethod

2007-08-22 Thread Giulio Cesare Solaroli
Hello, using the excellent MochiKit.Async module, I find myself writing the following code over and over: dererred.addCallback(MochiKit.Base.method(anObject, 'aMethod'), aParam, ...); It look like it would be nice to add a 'addCallbackMethod' to the Deferred class in order to be able to write

[mochikit] Re: Deferred.addCallbackMethod

2007-08-22 Thread Bob Ippolito
On 8/22/07, Giulio Cesare Solaroli [EMAIL PROTECTED] wrote: Hello, using the excellent MochiKit.Async module, I find myself writing the following code over and over: dererred.addCallback(MochiKit.Base.method(anObject, 'aMethod'), aParam, ...); It look like it would be nice to add a