Re: [qooxdoo-devel] qx.util.TimerManager initialTime

2016-01-28 Thread Derrell Lipman
Thanks for the report! That has now been fixed in master. If you're not pulling directly from git, you can just change: if (! initialTime) to if (typeof initialTime != "number") Derrell On Wed, Jan 27, 2016 at 4:34 PM kreimer wrote: > Hi. Before hand.. I want to say this is sort of trivial

[qooxdoo-devel] qx.util.TimerManager initialTime

2016-01-27 Thread kreimer
Hi. Before hand.. I want to say this is sort of trivial and has little importance (once you have workaround). from the api docs of TimerManager#start... " initialTime Milliseconds before the callback function is called the very first time. If not specified and recurTime is specified, then recurTim