[Commits] r272 - core/trunk/lib/GeoExt/widgets
commits at geoext.org
commits at geoext.org
Wed Mar 25 05:35:02 CET 2009
Author: tschaub
Date: 2009-03-25 05:35:02 +0100 (Wed, 25 Mar 2009)
New Revision: 272
Modified:
core/trunk/lib/GeoExt/widgets/MapPanel.js
Log:
Removing unused args var. No functional change.
Modified: core/trunk/lib/GeoExt/widgets/MapPanel.js
===================================================================
--- core/trunk/lib/GeoExt/widgets/MapPanel.js 2009-03-24 23:16:41 UTC (rev 271)
+++ core/trunk/lib/GeoExt/widgets/MapPanel.js 2009-03-25 04:35:02 UTC (rev 272)
@@ -108,7 +108,6 @@
});
}
- var args;
if(typeof this.center == "string") {
this.center = OpenLayers.LonLat.fromString(this.center);
}
More information about the Commits
mailing list