[fusion-commits] r2897 - trunk/layers/MapGuide
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Thu Apr 2 00:14:49 PDT 2015
Author: liuar
Date: 2015-04-02 00:14:49 -0700 (Thu, 02 Apr 2015)
New Revision: 2897
Modified:
trunk/layers/MapGuide/MapGuide.js
Log:
#632: Fix an error.
Modified: trunk/layers/MapGuide/MapGuide.js
===================================================================
--- trunk/layers/MapGuide/MapGuide.js 2015-04-01 01:27:36 UTC (rev 2896)
+++ trunk/layers/MapGuide/MapGuide.js 2015-04-02 07:14:49 UTC (rev 2897)
@@ -1447,7 +1447,7 @@
if (this.previousAttributes) {
resp.extents = this.previousAttributes.extents;
}
- r.responseText = jsonParser.write(resp);
+ r.responseText = this.jsonParser.write(resp);
this.renderSelection(zoomTo, r);
this.processSelectedFeaturePropertiesNode(this.previousAttributes);
},
More information about the fusion-commits
mailing list