mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
966977faa8
commit
2f6ca2891c
@ -667,7 +667,7 @@ function makeDeferredPool(size, paused){
|
||||
'pause',
|
||||
// XXX
|
||||
//'resume',
|
||||
'fail',
|
||||
'fail'
|
||||
]
|
||||
|
||||
var Pool = {
|
||||
|
||||
@ -41,7 +41,7 @@ function makeWorkerProgressBar(name, worker, parent){
|
||||
widget.find('progress')
|
||||
.attr({
|
||||
value: '',
|
||||
max: ''
|
||||
max: '',
|
||||
})
|
||||
return worker
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user