Searched refs:timers (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js7531 timers = jQuery.timers,
7546 for ( index = timers.length; index--; ) {
7547 if ( timers[ index ].elem === this && (type == null || timers[ index ].queue === type) ) {
7548 timers[ index ].anim.stop( gotoEnd );
7550 timers.splice( index, 1 );
7555 // timers currently will call their complete callbacks, which will dequeue
7571 timers = jQuery.timers,
[all...]

Completed in 46 milliseconds