Changeset 108
- Timestamp:
- 05/17/06 13:25:27 (3 years ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Icon.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Icon.js
r87 r108 11 11 this.size = size; 12 12 this.url = url; 13 }, 14 15 // Create a copy of this icon. 16 clone: function() { 17 return new OpenLayers.icon(this.size, this.url); 13 18 } 14 19 }
