mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 05:40:00 +01:00
[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:
committed by
Jeffrey Warren
parent
3d4025fd93
commit
0ce2cf9492
@@ -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
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user