dojox
»
collections
»
Stack
» pop
dojox.collections.Stack.pop
dojo.require("dojox.collections.Stack");
defined in dojox/collections/Stack.js
pop and return the next item on the stack
Usage
function ()
(view source)
var
r=q.
pop
(
)
;
this
.
count
=q.
length
;
return
r;
// object