fix color

This commit is contained in:
j 2016-01-26 15:55:19 +05:30
parent 5a3a1d7cfb
commit ddf94ef736

View file

@ -158,6 +158,7 @@ window.app = (function() {
iconUrl: MarkerIcon({ iconUrl: MarkerIcon({
label: username[0], label: username[0],
color: [255, 255, 255], color: [255, 255, 255],
background: color
}) })
}) })
}; };