mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 11:50:02 +01:00
Remove const
This commit is contained in:
@@ -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){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user