mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +01:00
Merge master, Rename this_ and ui: 'none'
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
function draw(input,callback) {
|
||||
|
||||
UI.onDraw();
|
||||
const this_ = this;
|
||||
const step = this;
|
||||
|
||||
require('./Crop')(input,options,function(out,format){
|
||||
this_.output = {
|
||||
step.output = {
|
||||
src: out,
|
||||
format: format
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user