Functiondojox.collections.Queue.dequeue

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

shift the first element off the queue and return it

Usage

function () (view source)