Changeset 1010
- Timestamp:
- 07/31/08 04:57:47 (1 month ago)
- Files:
-
- trunk/chrome/content/dta/manager/tree.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/manager/tree.js
r1009 r1010 536 536 state: 0, 537 537 resumable: false, 538 is: QueueItem.prototype.is, 538 is: function(s) { 539 return this.state & s; 540 }, 539 541 isOf: QueueItem.prototype.isOf, 540 542 count: this.selection.count
