mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-17 13:50:04 +01:00
Remove const
This commit is contained in:
@@ -17,7 +17,7 @@ module.exports = function GreenChannel(options,UI) {
|
||||
// Tell UI that a step is being drawn.
|
||||
UI.onDraw(options.step);
|
||||
|
||||
const step = this;
|
||||
var step = this;
|
||||
|
||||
function changePixel(r, g, b, a) {
|
||||
return [255-r, 255-g, 255-b, a];
|
||||
|
||||
Reference in New Issue
Block a user