mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-16 13:20:01 +01:00
Removed Lurking Global Variables
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = function GreenChannel(options) {
|
||||
//function setup() {} // optional
|
||||
|
||||
function draw(input,callback) {
|
||||
this_ = this;
|
||||
var this_ = this;
|
||||
function changePixel(r, g, b, a) {
|
||||
return [255-r, 255-g, 255-b, a];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user