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:
@@ -16,26 +16,26 @@ OpenLayers.Layer.Markers.prototype =
|
||||
OpenLayers.Class.inherit( OpenLayers.Layer, {
|
||||
|
||||
/**
|
||||
* APIProperty: isBaseLayer
|
||||
* {Boolean} Markers layer is never a base layer.
|
||||
*/
|
||||
isBaseLayer: false,
|
||||
* APIProperty: isBaseLayer
|
||||
* {Boolean} Markers layer is never a base layer.
|
||||
*/
|
||||
isBaseLayer: false,
|
||||
|
||||
/**
|
||||
* Property: markers
|
||||
* Array({<OpenLayers.Marker>}) internal marker list
|
||||
*/
|
||||
markers: null,
|
||||
* Property: markers
|
||||
* Array({<OpenLayers.Marker>}) internal marker list
|
||||
*/
|
||||
markers: null,
|
||||
|
||||
|
||||
/**
|
||||
* Property: drawn
|
||||
* Property: drawn
|
||||
* {Boolean} internal state of drawing. This is a workaround for the fact
|
||||
* that the map does not call moveTo with a zoomChanged when the map is
|
||||
* first starting up. This lets us catch the case where we have *never*
|
||||
* drawn the layer, and draw it even if the zoom hasn't changed.
|
||||
*/
|
||||
drawn: false,
|
||||
*/
|
||||
drawn: false,
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Layer.Markers
|
||||
|
||||
Reference in New Issue
Block a user