some more work on map/listmap

This commit is contained in:
rolux 2011-05-22 19:12:21 +02:00
commit 4d9a8537ef
9 changed files with 140 additions and 77 deletions

View file

@ -27,8 +27,6 @@ Ox.MapMarkerImage = (function() {
options.type, options.mode, options.size, options.color.join(',')
].join(';');
Ox.print('HELLO??')
if (!cache[index]) {
var color = options.type == 'place' ?
Ox.merge(Ox.clone(options.color), [0.5]) :