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

/yui3/src/io/js/
H A Dio-queue.js145 function _queue(u, c) { function
149 _queue.start = function () { io.qStart(); };
150 _queue.stop = function () { io.qStop(); };
151 _queue.promote = function (o) { io.qPromote(o); };
152 _queue.remove = function (o) { io.qRemove(o); };
153 _queue.size = function () { io.qSize(); };
154 Y.io.queue = _queue;

Completed in 14 milliseconds