[Commits] r1648 - ux/GeoNamesSearchCombo/ux/widgets/form

commits at geoext.org commits at geoext.org
Mon Jan 4 14:35:25 CET 2010


Author: fredj
Date: 2010-01-04 14:35:25 +0100 (Mon, 04 Jan 2010)
New Revision: 1648

Modified:
   ux/GeoNamesSearchCombo/ux/widgets/form/GeoNamesSearchCombo.js
Log:
Remove unneeded store load. p=cmoullet, r=fredj (closes #191)

Modified: ux/GeoNamesSearchCombo/ux/widgets/form/GeoNamesSearchCombo.js
===================================================================
--- ux/GeoNamesSearchCombo/ux/widgets/form/GeoNamesSearchCombo.js	2010-01-04 09:19:46 UTC (rev 1647)
+++ ux/GeoNamesSearchCombo/ux/widgets/form/GeoNamesSearchCombo.js	2010-01-04 13:35:25 UTC (rev 1648)
@@ -295,7 +295,6 @@
                 ]
             })
         });
-        this.store.load();
 
         if(this.zoom > 0) {
             this.on("select", function(combo, record, index) {



More information about the Commits mailing list