mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
minor fix (nw.js#4876)
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
dc07d95cd1
commit
eda41a4363
@ -62,7 +62,7 @@ var SharpActions = actions.Actions({
|
||||
if(this.previewConstructorWorker){
|
||||
return
|
||||
}
|
||||
this.previewConstructorWorker = cp.form('./worker/preview-constructor')
|
||||
this.previewConstructorWorker = cp.form('./worker/preview-constructor.js')
|
||||
}],
|
||||
stopWorker: ['- Sharp/',
|
||||
function(){
|
||||
@ -70,6 +70,7 @@ var SharpActions = actions.Actions({
|
||||
delete this.previewConstructorWorker
|
||||
}],
|
||||
|
||||
|
||||
// .makePreviews()
|
||||
// .makePreviews('current')
|
||||
// -> actions
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user