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:
+28
-28
@@ -15,46 +15,46 @@ OpenLayers.Feature = OpenLayers.Class.create();
|
||||
OpenLayers.Feature.prototype= {
|
||||
|
||||
/**
|
||||
* Property: events
|
||||
* {<OpenLayers.Events>}
|
||||
*/
|
||||
events: null,
|
||||
* Property: events
|
||||
* {<OpenLayers.Events>}
|
||||
*/
|
||||
events: null,
|
||||
|
||||
/**
|
||||
* Property: layer
|
||||
* {<OpenLayers.Layer>}
|
||||
*/
|
||||
layer: null,
|
||||
* Property: layer
|
||||
* {<OpenLayers.Layer>}
|
||||
*/
|
||||
layer: null,
|
||||
|
||||
/**
|
||||
* Property: id
|
||||
* {String}
|
||||
*/
|
||||
id: null,
|
||||
* Property: id
|
||||
* {String}
|
||||
*/
|
||||
id: null,
|
||||
|
||||
/**
|
||||
* Property: lonlat
|
||||
* {<OpenLayers.LonLat>}
|
||||
*/
|
||||
lonlat: null,
|
||||
* Property: lonlat
|
||||
* {<OpenLayers.LonLat>}
|
||||
*/
|
||||
lonlat: null,
|
||||
|
||||
/**
|
||||
* Property: data
|
||||
* {Object}
|
||||
*/
|
||||
data: null,
|
||||
* Property: data
|
||||
* {Object}
|
||||
*/
|
||||
data: null,
|
||||
|
||||
/**
|
||||
* Property: marker
|
||||
* {<OpenLayers.Marker>}
|
||||
*/
|
||||
marker: null,
|
||||
* Property: marker
|
||||
* {<OpenLayers.Marker>}
|
||||
*/
|
||||
marker: null,
|
||||
|
||||
/**
|
||||
* Property: popup
|
||||
* {<OpenLayers.Popup>}
|
||||
*/
|
||||
popup: null,
|
||||
* Property: popup
|
||||
* {<OpenLayers.Popup>}
|
||||
*/
|
||||
popup: null,
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Feature
|
||||
|
||||
Reference in New Issue
Block a user