Changeset 811

Show
Ignore:
Timestamp:
2008-02-29 22:10:26 (10 months ago)
Author:
MaierMan
Message:

the counter when in the wrong place

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/serverswitcher/chrome/content/manager.js

    r809 r811  
    196196        }, 
    197197        pop: function() { 
     198                ++this.n;        
    198199                return this.downloads.shift(); 
    199200        }, 
    200201        push: function(d) { 
    201202                this.downloads.push(d); 
    202                 ++this.n; 
    203203        }, 
    204204        toString: function() {