Replace tabs with spaces.

This commit is contained in:
Frederic Junod
2012-03-16 12:32:06 +01:00
parent 2de2fe2563
commit 20e35b19ff
3 changed files with 14 additions and 15 deletions

View File

@@ -64,7 +64,7 @@ OpenLayers.Format.OWSCommon.v1_1_0 = OpenLayers.Class(OpenLayers.Format.OWSCommo
range.maxValue = this.getChildValue(node);
},
"Identifier": function(node, obj) {
obj.identifier = this.getChildValue(node);
obj.identifier = this.getChildValue(node);
},
"SupportedCRS": function(node, obj) {
obj.supportedCRS = this.getChildValue(node);