From 91bf459ab28ce7233f01d7816e01bd9f72f07580 Mon Sep 17 00:00:00 2001 From: Christopher Eykamp Date: Wed, 2 Jan 2013 17:04:16 +0100 Subject: [PATCH] Tactical retreat from dot notation --- lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js b/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js index d52b08783e..8673fc7ada 100644 --- a/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js +++ b/lib/OpenLayers/Format/WCSCapabilities/v1_1_0.js @@ -80,7 +80,7 @@ OpenLayers.Format.WCSCapabilities.v1_1_0 = OpenLayers.Class( coverageSummary.title = this.getChildValue(node); }, "Abstract": function(node, coverageSummary) { - coverageSummary.abstract = this.getChildValue(node); + coverageSummary["abstract"] = this.getChildValue(node); }, "SupportedCRS": function(node, coverageSummary) { var crs = this.getChildValue(node);