fixed typo

This commit is contained in:
boombuler 2013-02-25 20:24:01 +01:00
parent c75b99a079
commit 0f728944bd

View File

@ -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);
});