Home
last modified time | relevance | path

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

/dokuwiki/lib/scripts/
H A Ddelay.js32 * To call a function with a delay, just create a new Delay(func, timeout) and
35 function Delay (func, timeout) { class
42 Delay.prototype = {
54 DEPRECATED('don\'t use the Delay object, use window.timeout with a callback instead');