Fix ND comments and indentation. No functional changes.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@5485 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2007-12-18 10:49:29 +00:00
parent a61e5fb91c
commit bcc623f444
3 changed files with 8 additions and 14 deletions

View File

@@ -32,15 +32,11 @@ OpenLayers.Rule.FeatureId = OpenLayers.Class(OpenLayers.Rule, {
* rule
*
* Returns:
* {<OpenLayers.Rule>}
*
* Inherits from:
* - <OpenLayers.Rule>
* {<OpenLayers.Rule.FeatureId>}
*/
initialize: function(options) {
this.fids = [];
OpenLayers.Rule.prototype.initialize.apply(
this, [options]);
OpenLayers.Rule.prototype.initialize.apply(this, [options]);
},
/**