fix Ox.isEqual(-0, +0), update tests

This commit is contained in:
rolux 2012-05-27 18:59:40 +02:00
commit 45942cc3f2
2 changed files with 6 additions and 4 deletions

View file

@ -142,7 +142,7 @@
/*@
Ox.getLatLngByXY <f> Returns lat/lng for a given x/y on a 1x1 mercator projection
> Ox.getLatLngByXY({x: 0.5, y: 0.5})
{lat: 0, lng: 0}
{lat: -0, lng: 0}
@*/
Ox.getLatLngByXY = function(xy) {
function getValue(value) {