minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2014-01-23 08:21:34 +04:00
parent 966977faa8
commit 2f6ca2891c
2 changed files with 2 additions and 2 deletions

View File

@ -667,7 +667,7 @@ function makeDeferredPool(size, paused){
'pause', 'pause',
// XXX // XXX
//'resume', //'resume',
'fail', 'fail'
] ]
var Pool = { var Pool = {

View File

@ -41,7 +41,7 @@ function makeWorkerProgressBar(name, worker, parent){
widget.find('progress') widget.find('progress')
.attr({ .attr({
value: '', value: '',
max: '' max: '',
}) })
return worker return worker
} }