Functiondojox.collections.Queue.enqueue

dojo.require("dojox.collections.Queue");
defined in dojox/collections/Queue.js

put the passed object at the end of the queue

Usage

function (/*Object*/ o) (view source)
parametertypedescription
oObject