fixed typo
This commit is contained in:
parent
c75b99a079
commit
0f728944bd
@ -53,7 +53,7 @@ function wrapper() {
|
|||||||
if (nloc.x < minX)
|
if (nloc.x < minX)
|
||||||
minX = nloc.x;
|
minX = nloc.x;
|
||||||
if (nloc.y < minX)
|
if (nloc.y < minX)
|
||||||
minX = nloc.y;
|
minY = nloc.y;
|
||||||
locations.push(nloc);
|
locations.push(nloc);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user