mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 20:00:05 +01:00
Eslint operator spacing config (#1109)
* Eslint operator spacing config * consistent spacing after comma * comma styling config * Trailing spaces config
This commit is contained in:
@@ -127,7 +127,7 @@ module.exports = function DoNothing(options, UI) {
|
||||
var offsetY = matrix2northmost - matrix1northmost;
|
||||
|
||||
canvas.draw(texture,
|
||||
image.width,// * ratio,
|
||||
image.width, // * ratio,
|
||||
image.height// * ratio
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user