purely cosmetic change

This commit is contained in:
Éric Lemoine
2011-10-20 23:05:34 +02:00
parent 8aaf9ee775
commit 667d21137f

View File

@@ -463,8 +463,8 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
}
// to be able to correctly position the back buffer we
// place the tiles grid at (0, 0) in the back buffer
tile.style.left = (j * this.tileSize.w) + '%';
tile.style.top = (i * this.tileSize.h) + '%';
tile.style.left = (j * this.tileSize.w) + '%';
backBuffer.appendChild(tile);
}
}