Changeset 1082
- Timestamp:
- 08/03/06 19:08:27 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/layerswitcher/lib/OpenLayers/Marker.js
r1078 r1082 28 28 */ 29 29 initialize: function(lonlat, icon) { 30 if (arguments.length > 1) {30 if (arguments.length > 0) { 31 31 this.lonlat = lonlat; 32 32 this.icon = (icon) ? icon : OpenLayers.Marker.defaultIcon();
