[Commits] r162 - sandbox/opengeo/drake/trunk/apps/drake
commits at geoext.org
commits at geoext.org
Thu Feb 12 22:33:04 CET 2009
Author: tcoulter
Date: 2009-02-12 22:33:04 +0100 (Thu, 12 Feb 2009)
New Revision: 162
Modified:
sandbox/opengeo/drake/trunk/apps/drake/index.html
Log:
Change to use relative scoping.
Modified: sandbox/opengeo/drake/trunk/apps/drake/index.html
===================================================================
--- sandbox/opengeo/drake/trunk/apps/drake/index.html 2009-02-12 20:10:45 UTC (rev 161)
+++ sandbox/opengeo/drake/trunk/apps/drake/index.html 2009-02-12 21:33:04 UTC (rev 162)
@@ -455,8 +455,8 @@
}, this);
this.layerTree.on("layeractivated", function(layer){
- GeoExt.Drake.activateLayer(layer);
- });
+ this.activateLayer(layer);
+ }, this);
},
initLegendPanel: function() {
More information about the Commits
mailing list