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:
@@ -29,34 +29,34 @@ OpenLayers.Feature.Vector.prototype =
|
||||
OpenLayers.Class.inherit( OpenLayers.Feature, {
|
||||
|
||||
/**
|
||||
* Property: fid
|
||||
* {String}
|
||||
*/
|
||||
fid: null,
|
||||
* Property: fid
|
||||
* {String}
|
||||
*/
|
||||
fid: null,
|
||||
|
||||
/**
|
||||
* Property: geometry
|
||||
* {<OpenLayers.Geometry>}
|
||||
*/
|
||||
geometry: null,
|
||||
* Property: geometry
|
||||
* {<OpenLayers.Geometry>}
|
||||
*/
|
||||
geometry: null,
|
||||
|
||||
/**
|
||||
* Property: attributes
|
||||
* {Object}
|
||||
*/
|
||||
attributes: null,
|
||||
* Property: attributes
|
||||
* {Object}
|
||||
*/
|
||||
attributes: null,
|
||||
|
||||
/**
|
||||
* Property: state
|
||||
* {String}
|
||||
*/
|
||||
state: null,
|
||||
* Property: state
|
||||
* {String}
|
||||
*/
|
||||
state: null,
|
||||
|
||||
/**
|
||||
* Property: style
|
||||
* {Object}
|
||||
*/
|
||||
style: null,
|
||||
* Property: style
|
||||
* {Object}
|
||||
*/
|
||||
style: null,
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Feature.Vector
|
||||
|
||||
Reference in New Issue
Block a user