From 104c2e2b0b4846d6491dbac37328737506b2dc0e Mon Sep 17 00:00:00 2001 From: rolux Date: Wed, 1 Jun 2011 15:58:00 +0200 Subject: [PATCH] fix map --- source/Ox.UI/js/Map/Ox.Map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox.UI/js/Map/Ox.Map.js b/source/Ox.UI/js/Map/Ox.Map.js index 31c97ee0..0f1a26d3 100644 --- a/source/Ox.UI/js/Map/Ox.Map.js +++ b/source/Ox.UI/js/Map/Ox.Map.js @@ -1303,7 +1303,7 @@ Ox.Map = function(options, self) { if ([ 'type', 'lat', 'lng', 'south', 'west', 'north', 'east' ].indexOf(key) > -1) { - place.marker.options(key, value); + place.$marker.options(key, value); } }