[OpenLayers-Commits] r6012 - trunk/openlayers/lib/OpenLayers/Tile
commits at openlayers.org
commits at openlayers.org
Thu Feb 7 01:20:50 EST 2008
Author: crschmidt
Date: 2008-02-07 01:20:50 -0500 (Thu, 07 Feb 2008)
New Revision: 6012
Modified:
trunk/openlayers/lib/OpenLayers/Tile/Image.js
Log:
Adding a space to clean up diffs for transition patch. (No functional change.)
Modified: trunk/openlayers/lib/OpenLayers/Tile/Image.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Tile/Image.js 2008-02-06 23:52:39 UTC (rev 6011)
+++ trunk/openlayers/lib/OpenLayers/Tile/Image.js 2008-02-07 06:20:50 UTC (rev 6012)
@@ -126,7 +126,7 @@
* Returns:
* {Boolean} Always returns true.
*/
- draw:function() {
+ draw: function() {
if (this.layer != this.layer.map.baseLayer && this.layer.reproject) {
this.bounds = this.getBoundsFromBaseLayer(this.position);
}
More information about the Commits
mailing list