[fusion-commits] r1778 - branches/fusion-1.1/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Fri Feb 6 16:10:18 EST 2009
Author: madair
Date: 2009-02-06 16:10:18 -0500 (Fri, 06 Feb 2009)
New Revision: 1778
Modified:
branches/fusion-1.1/widgets/PanQuery.js
Log:
re #211: fix query call
Modified: branches/fusion-1.1/widgets/PanQuery.js
===================================================================
--- branches/fusion-1.1/widgets/PanQuery.js 2009-02-06 21:04:36 UTC (rev 1777)
+++ branches/fusion-1.1/widgets/PanQuery.js 2009-02-06 21:10:18 UTC (rev 1778)
@@ -108,7 +108,7 @@
options.extendSelection = true;
}
- this.getMap().aMaps[0].query(options);
+ this.getMap().query(options);
}
Event.stop(e);
},
More information about the fusion-commits
mailing list