goog.Timer.defaultTimerObject
An object that implements setTimeout
, setInterval
,
clearTimeout
and clearInterval
. We default to the global
object. Changing goog.Timer.defaultTimerObject
changes the object for
all timer instances which can be useful if your environment has some other
implementation of timers you'd like to use.