comparison static/js/download.js @ 314:657b465caaa2

Download::downloads property is used as a hash object, not array.
author Laurens Holst <laurens.hg@grauw.nl>
date Sun, 16 May 2010 14:48:58 +0200
parents 1de4a7a49d94
children fb3ce83c1a48
comparison
equal deleted inserted replaced
313:1de4a7a49d94 314:657b465caaa2
1 function Download() { 1 function Download() {
2 this.downloads = new Array(); 2 this.downloads = {};
3 } 3 }
4 4
5 Download.prototype = { 5 Download.prototype = {
6 6
7 parse_os: function() { 7 parse_os: function() {