ImageThreshold.js and ImageSelect.js bugfixes

This commit is contained in:
Chinmay Pandhare
2017-03-09 22:01:38 +05:30
parent eda5ecd3e7
commit c58cbcf5c0
2 changed files with 21 additions and 18 deletions

View File

@@ -67,7 +67,7 @@ module.exports = function ImageSelect(options) {
// this module is unique because it creates the image
function draw(image) {
options.el.html(image);
el.html(image);
if (options.output) options.output(image);
}