[fusion-commits] r1824 - trunk/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Wed Apr 1 11:09:36 EDT 2009


Author: madair
Date: 2009-04-01 11:09:35 -0400 (Wed, 01 Apr 2009)
New Revision: 1824

Modified:
   trunk/widgets/PanQuery.js
Log:
closes #211: patch applied to trunk

Modified: trunk/widgets/PanQuery.js
===================================================================
--- trunk/widgets/PanQuery.js	2009-04-01 14:25:28 UTC (rev 1823)
+++ trunk/widgets/PanQuery.js	2009-04-01 15:09:35 UTC (rev 1824)
@@ -102,7 +102,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