From 0f728944bd757e1f7ee98b8306583662dc9e8ace Mon Sep 17 00:00:00 2001 From: boombuler Date: Mon, 25 Feb 2013 20:24:01 +0100 Subject: [PATCH] fixed typo --- plugins/max-links.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/max-links.user.js b/plugins/max-links.user.js index 586beb16..1063cf98 100644 --- a/plugins/max-links.user.js +++ b/plugins/max-links.user.js @@ -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); });