[GCI] Standardised Blob Analysis module comments (#1351)

* fix comments

* Update src/modules/BlobAnalysis/BlobAnalysis.js

Fix double image

* Update src/modules/BlobAnalysis/BlobAnalysis.js

* . fix
This commit is contained in:
Harsh Khandeparkar
2019-12-16 17:47:25 +00:00
committed by Jeffrey Warren
parent 3d4025fd93
commit 0ce2cf9492
2 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@ module.exports = function BlobAnalysis(options, UI){
var step = this;
var priorStep = this.getStep(-1); // get the previous step to process it
var priorStep = this.getStep(-1); // Get the previous step to process it
function extraManipulation(pixels){
@@ -40,4 +40,4 @@ module.exports = function BlobAnalysis(options, UI){
output: output,
UI: UI
};
};
};