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

@@ -18,7 +18,7 @@ module.exports = function DoNothing(options,UI) {
UI.onDraw(options.step);
const step = this;
var step = this;
getPixels(input.src,function(err,pixels){