#771 closed defect (fixed)
Queue was undefined local var
Reported by: | dylan | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Core | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In line 57 of collections/Queue.js, where is items defined?
for(var i=0; i<items.length; i++){
Note: See
TracTickets for help on using
tickets.
same issue in line 43 of Stack.js