mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-20 17:10:11 -05:00
fix lint
This commit is contained in:
parent
2ecc563c3f
commit
ce03208c5f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Example.renderResize = function() {
|
||||||
x: 50,
|
x: 50,
|
||||||
y: 50
|
y: 50
|
||||||
});
|
});
|
||||||
}
|
};
|
||||||
|
|
||||||
// add window resize handler
|
// add window resize handler
|
||||||
window.addEventListener('resize', handleWindowResize);
|
window.addEventListener('resize', handleWindowResize);
|
||||||
|
|
Loading…
Add table
Reference in a new issue