Searched refs:timerWindow (Results 1 – 1 of 1) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools.js | 291 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(
|