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
+2 -3
View File
@@ -39,12 +39,11 @@ OpenLayers.Rule.Logical = OpenLayers.Class(OpenLayers.Rule, {
* rule
*
* Returns:
* {<OpenLayers.Rule>}
* {<OpenLayers.Rule.Logical>}
*/
initialize: function(options) {
this.children = [];
OpenLayers.Rule.prototype.initialize.apply(
this, [options]);
OpenLayers.Rule.prototype.initialize.apply(this, [options]);
},
/**