Skip to content

Commit

Permalink
Merge pull request openlayers#337 from ahocevar/337
Browse files Browse the repository at this point in the history
controls.html example broken
  • Loading branch information
Éric Lemoine committed Mar 20, 2012
2 parents 8bd6de0 + 90c9b52 commit 86de065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/OpenLayers/Layer/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,11 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
obj.gridResolution = null;
// same for backbuffer and tile queue
obj.backBuffer = null;
obj.backBufferTimerId = null;
obj.tileQueue = [];
obj.tileQueueId = null;
obj.loading = false;
obj.moveTimerId = null;

return obj;
},
Expand Down

0 comments on commit 86de065

Please sign in to comment.