API DOCS
DOCS & TUTORIALS »
API DOCS »
xajax_js »
xajax_core_uncompressed.js »
xajax.tools.queue »
xajax.tools.queue.pushFront
Classes & Functions
Files & Folders
Function: xajax.tools.queue.pushFront
xajax.tools.queue.pushFront = function(theQ, obj) { }
Parameters:
theQ
(object) The queue in which you would like the object stored.
obj
(object) The object you would like stored in the queue.
