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