Addressing @bartvde's review comments

This commit is contained in:
ahocevar
2013-01-07 14:26:41 +01:00
parent efd2de870a
commit 80f13188a3
4 changed files with 24 additions and 10 deletions

View File

@@ -377,7 +377,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
// we do not want to copy reference to grid, so we make a new array
obj.grid = [];
obj.gridResolution = null;
// same for backbuffer and tile queue
// same for backbuffer
obj.backBuffer = null;
obj.backBufferTimerId = null;
obj.loading = false;