[Commits] r1252 - apps/opengeo/geoexplorer/trunk/src/script/app
commits at geoext.org
commits at geoext.org
Tue Jul 14 19:43:39 CEST 2009
Author: tschaub
Date: 2009-07-14 19:43:39 +0200 (Tue, 14 Jul 2009)
New Revision: 1252
Modified:
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
Log:
Remove duplicate map member.
Modified: apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
===================================================================
--- apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js 2009-07-14 17:41:17 UTC (rev 1251)
+++ apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js 2009-07-14 17:43:39 UTC (rev 1252)
@@ -970,7 +970,6 @@
new GeoExt.Action({
text: "Length",
iconCls: "icon-measure-length",
- map: this.map,
toggleGroup: toolGroup,
group: toolGroup,
allowDepress: false,
@@ -984,7 +983,6 @@
new GeoExt.Action({
text: "Area",
iconCls: "icon-measure-area",
- map: this.map,
toggleGroup: toolGroup,
group: toolGroup,
allowDepress: false,
More information about the Commits
mailing list