Name event handlers more consistently

This commit is contained in:
Tom Payne
2012-07-17 14:06:01 +02:00
parent ab702c29e6
commit 117321ea43
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ ol.webgl.Map.prototype.handleWebGLContextLost = function(event) {
this.programCache_ = {};
this.textureCache_ = {};
goog.object.forEach(this.layerRenderers, function(layerRenderer) {
layerRenderer.handleContextLost();
layerRenderer.handleWebGLContextLost();
});
};