From 5d1bc5ed78c4b28010041abaf0e4dc6b4937fd76 Mon Sep 17 00:00:00 2001 From: Schuyler Erle Date: Wed, 24 May 2006 06:26:54 +0000 Subject: [PATCH] Fixed redundant tileSize definition. git-svn-id: http://svn.openlayers.org/trunk/openlayers@318 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/Grid.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index d37fc20ff5..d6c0c95a24 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -10,14 +10,12 @@ OpenLayers.Layer.Grid.prototype = Object.extend( new OpenLayers.Layer(), { params: null, // tileSize: OpenLayers.Size - tileSize: null, + tileSize: new OpenLayers.Size(256,256), // grid: Array(Array()) // this is an array of rows, each row is an array of tiles grid: null, - tileSize: new OpenLayers.Size(256,256), - /** * @param {str} name * @param {str} url