[fusion-commits] r2422 - trunk/layers/MapGuide
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Mon Aug 22 01:50:23 EDT 2011
Author: liuar
Date: 2011-08-21 22:50:22 -0700 (Sun, 21 Aug 2011)
New Revision: 2422
Modified:
trunk/layers/MapGuide/MapGuide.js
Log:
Fix a typo in changeset [2420]
Modified: trunk/layers/MapGuide/MapGuide.js
===================================================================
--- trunk/layers/MapGuide/MapGuide.js 2011-08-12 01:56:52 UTC (rev 2421)
+++ trunk/layers/MapGuide/MapGuide.js 2011-08-22 05:50:22 UTC (rev 2422)
@@ -1024,9 +1024,9 @@
{
maxFeatures = -1;
}
- if(option.filter == null)
+ if(options.filter == null)
{
- option.filter = '';
+ options.filter = '';
}
var r = new Fusion.Lib.MGRequest.MGQueryMapFeatures(this.getSessionID(),
this._sMapname,
More information about the fusion-commits
mailing list