[OpenLayers-Commits] r12332 -
sandbox/camptocamp/clientzoom/lib/OpenLayers/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Sep 5 15:59:59 EDT 2011
Author: erilem
Date: 2011-09-05 12:59:58 -0700 (Mon, 05 Sep 2011)
New Revision: 12332
Modified:
sandbox/camptocamp/clientzoom/lib/OpenLayers/Layer/Grid.js
Log:
fix typo in a comment
Modified: sandbox/camptocamp/clientzoom/lib/OpenLayers/Layer/Grid.js
===================================================================
--- sandbox/camptocamp/clientzoom/lib/OpenLayers/Layer/Grid.js 2011-09-05 19:59:48 UTC (rev 12331)
+++ sandbox/camptocamp/clientzoom/lib/OpenLayers/Layer/Grid.js 2011-09-05 19:59:58 UTC (rev 12332)
@@ -272,7 +272,7 @@
}
} else {
// reset the layer width, height, left, top, to deal with
- // the case where the layer has been transformDivd
+ // the case where the layer was previously transformed
this.div.style.width = '100%';
this.div.style.height = '100%';
this.div.style.left = '0%';
More information about the Commits
mailing list