Home
last modified time | relevance | path

Searched refs:timerWindow (Results 1 – 1 of 1) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js291 FCKTools.RunFunction = function( func, thisObject, paramsArray, timerWindow ) argument
294 this.SetTimeout( func, 0, thisObject, paramsArray, timerWindow ) ;
297 FCKTools.SetTimeout = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument
299 return ( timerWindow || window ).setTimeout(
310 FCKTools.SetInterval = function( func, milliseconds, thisObject, paramsArray, timerWindow ) argument
312 return ( timerWindow || window ).setInterval(