Use bracket notation for 'abstract'. r=bartvde (pullup #2569)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@10183 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2010-04-08 13:24:16 +00:00
parent be986a0243
commit 674a414971
2 changed files with 2 additions and 2 deletions

View File

@@ -186,7 +186,7 @@ OpenLayers.Format.WMSCapabilities.v1 = OpenLayers.Class(
obj.title = this.getChildValue(node);
},
"Abstract": function(node, obj) {
obj.abstract = this.getChildValue(node);
obj["abstract"] = this.getChildValue(node);
},
"BoundingBox": function(node, obj) {
var bbox = {};