RobertFischer / JQuery-PeriodicalUpdater

A port of Prototype's PeriodicalUpdater to JQuery
282 stars 50 forks source link

Feature Req: Add 'timeInterval' to .restart() in the handle #17

Closed smartssa closed 10 years ago

smartssa commented 13 years ago

As it is right now calling the .restart() method restarts to the last known timeInterval.

It'd be great if restart could take an optional time and restart using that interval.

This is useful for other actions to trigger a proper reset/restart on the periodicalUpdater handle that is available in the return callback.

RobertFischer commented 13 years ago

Sounds totally reasonable. Submit a patch and I'll be happy to take it.

jondruse commented 12 years ago

This should be fixed now.