mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-12 11:20:02 +01:00
Remove const
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = function DoNothing(options,UI) {
|
||||
// Tell the UI that the step is being drawn
|
||||
UI.onDraw(options.step);
|
||||
|
||||
const step = this;
|
||||
var step = this;
|
||||
|
||||
if (!options.inBrowser) { // This module is only for browser
|
||||
this.output = input;
|
||||
|
||||
Reference in New Issue
Block a user