Removed Lurking Global Variables

This commit is contained in:
Chinmay Pandhare
2017-07-17 14:53:27 +05:30
parent 3b335f1ff2
commit 94e9860470
14 changed files with 75 additions and 76 deletions

View File

@@ -16,7 +16,7 @@
module.exports = function CropModule(options) {
options = options || {};
options.title = "Crop Image";
this_ = this;
var this_ = this;
var output
function draw(input,callback) {