On Fri, Feb 5, 2010 at 11:29 AM, Dimitar Christoff <[email protected]> wrote: > clearTimeouts("all" | "delay" | "periodical");
While such a thing would be possible (by modifying / extending Function), I think there is an issue... The issue with such a function, is that it appears global (well, by design I guess!). If you call, it affects all other code, and there are many things it could affect: Fx transitions, I think some uses of Overtext, cross-browser history managers are the ones that spring to mind, but I'm sure there are far more. Why do you need this? Michal.
