mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
Code cleanup.
This commit is contained in:
parent
951277e922
commit
6ce7b81124
7 changed files with 10 additions and 38 deletions
|
@ -27,7 +27,7 @@
|
|||
source
|
||||
);
|
||||
}
|
||||
var data = imageData.data;
|
||||
data = imageData.data;
|
||||
|
||||
for (var i = 0, l = data.length; i < l; i += 1){
|
||||
var value = source[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue