Adding a space to clean up diffs for transition patch. (No functional change.)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6012 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -126,7 +126,7 @@ OpenLayers.Tile.Image = OpenLayers.Class(OpenLayers.Tile, {
|
|||||||
* Returns:
|
* Returns:
|
||||||
* {Boolean} Always returns true.
|
* {Boolean} Always returns true.
|
||||||
*/
|
*/
|
||||||
draw:function() {
|
draw: function() {
|
||||||
if (this.layer != this.layer.map.baseLayer && this.layer.reproject) {
|
if (this.layer != this.layer.map.baseLayer && this.layer.reproject) {
|
||||||
this.bounds = this.getBoundsFromBaseLayer(this.position);
|
this.bounds = this.getBoundsFromBaseLayer(this.position);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user