Searched defs:fx (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/
H A Djquery.js3991 type = ( type || "fx" ) + "queue";
4007 type = type || "fx";
4017 // If the fx queue is dequeued, always remove the progress sentinel
4025 // Add a progress sentinel to prevent the fx queue from being
4027 if ( type === "fx" ) {
4059 type = "fx";
4075 if ( type === "fx" && queue[0] !== "inprogress" ) {
4086 return this.queue( type || "fx", [] );
4089 // are emptied (fx is the type by default)
4106 type = type || "fx";
[all...]

Completed in 32 milliseconds