Remove const

This commit is contained in:
Chinmay Pandhare
2017-09-05 19:45:06 +05:30
parent 5b860dee83
commit f69f8461a7
8 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@
// Tell the UI that the step has been triggered
UI.onDraw(options.step);
const step = this;
var step = this;
require('./Crop')(input,options,function(out,format){