Changeset 948
- Timestamp:
- 2008-04-22 19:26:53 (7 months ago)
- Files:
-
- sandbox/serverswitcher/chrome/content/manager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/serverswitcher/chrome/content/manager.js
r811 r948 190 190 }, 191 191 get available() { 192 return (this.limit == 0 || this. limit < this.n) && this.downloads.length != 0;192 return (this.limit == 0 || this.n < this.limit) && this.downloads.length != 0; 193 193 }, 194 194 inc: function() {
