coding standards - getting rid of these tabs all at once
git-svn-id: http://svn.openlayers.org/trunk/openlayers@3686 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -15,28 +15,28 @@ OpenLayers.Marker = OpenLayers.Class.create();
|
||||
OpenLayers.Marker.prototype = {
|
||||
|
||||
/**
|
||||
* Property: icon
|
||||
* {<OpenLayers.Icon>}
|
||||
*/
|
||||
icon: null,
|
||||
* Property: icon
|
||||
* {<OpenLayers.Icon>}
|
||||
*/
|
||||
icon: null,
|
||||
|
||||
/**
|
||||
* Property: lonlat
|
||||
* {<OpenLayers.LonLat>} location of object
|
||||
*/
|
||||
lonlat: null,
|
||||
* Property: lonlat
|
||||
* {<OpenLayers.LonLat>} location of object
|
||||
*/
|
||||
lonlat: null,
|
||||
|
||||
/**
|
||||
* Property: events
|
||||
* {<OpenLayers.Events>}
|
||||
*/
|
||||
events: null,
|
||||
* Property: events
|
||||
* {<OpenLayers.Events>}
|
||||
*/
|
||||
events: null,
|
||||
|
||||
/**
|
||||
* Property: map
|
||||
* {<OpenLayers.Map>}
|
||||
*/
|
||||
map: null,
|
||||
* Property: map
|
||||
* {<OpenLayers.Map>}
|
||||
*/
|
||||
map: null,
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Marker
|
||||
|
||||
Reference in New Issue
Block a user