Incorporating @elemoine's review comments
This commit is contained in:
@@ -1140,15 +1140,6 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
* Method: onLoadEnd
|
||||
* Sets the loading flag to false and triggers the loadend event.
|
||||
*/
|
||||
onLoadEnd: function() {
|
||||
this.loading = false;
|
||||
this.events.triggerEvent("loadend");
|
||||
},
|
||||
|
||||
/**
|
||||
* Method: removeTileMonitoringHooks
|
||||
* This function takes a tile as input and removes the tile hooks
|
||||
|
||||
Reference in New Issue
Block a user