remove unused local var. fixed #801. thanks eric l.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3581 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -139,8 +139,6 @@ OpenLayers.Feature.prototype= {
|
|||||||
*/
|
*/
|
||||||
createMarker: function() {
|
createMarker: function() {
|
||||||
|
|
||||||
var marker = null;
|
|
||||||
|
|
||||||
if (this.lonlat != null) {
|
if (this.lonlat != null) {
|
||||||
this.marker = new OpenLayers.Marker(this.lonlat, this.data.icon);
|
this.marker = new OpenLayers.Marker(this.lonlat, this.data.icon);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user