Changeset 1010

Show
Ignore:
Timestamp:
07/31/08 04:57:47 (1 month ago)
Author:
MaierMan
Message:

Fix is()

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/dta/manager/tree.js

    r1009 r1010  
    536536                                state: 0, 
    537537                                resumable: false, 
    538                                 is: QueueItem.prototype.is, 
     538                                is: function(s) { 
     539                                        return this.state & s;   
     540                                }, 
    539541                                isOf: QueueItem.prototype.isOf, 
    540542                                count: this.selection.count