Merge master, Rename this_ and ui: 'none'

This commit is contained in:
Chinmay Pandhare
2017-07-25 00:59:58 +05:30
13 changed files with 52 additions and 49 deletions

View File

@@ -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
}