mirror of
https://github.com/liabru/matter-js.git
synced 2024-11-23 09:26:51 -05:00
fixed code style
This commit is contained in:
parent
b44fcf3f82
commit
7813c782c7
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ var Common = require('../core/Common');
|
|||
collisionActive.length = 0;
|
||||
|
||||
for (i = 0; i < pairsList.length; i++) {
|
||||
pairsList[i].confirmedActive = false;
|
||||
pairsList[i].confirmedActive = false;
|
||||
}
|
||||
|
||||
for (i = 0; i < collisions.length; i++) {
|
||||
|
|
Loading…
Reference in a new issue