From 7c2f8aa9678076e88bdd7ce18b8e04ebb64b7114 Mon Sep 17 00:00:00 2001 From: rolux Date: Tue, 19 Jun 2012 18:02:40 +0200 Subject: [PATCH] typo --- source/Ox/js/Array.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/Array.js b/source/Ox/js/Array.js index 7c92a2fa..36cbda9d 100644 --- a/source/Ox/js/Array.js +++ b/source/Ox/js/Array.js @@ -234,7 +234,7 @@ Ox.api = function(items, options) { south: Math.min(prev.south, curr.south), west: Math.min(prev.west, curr.west), north: Math.max(prev.north, curr.north), - east: Math.max(prev.east. curr.east) + east: Math.max(prev.east, curr.east) }; }, { south: Ox.MAX_LATITUDE,