Nullifying more properties - previous change did not fix the issue.
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user