Add ol.source.TileDebug.Tile_#load function

This commit is contained in:
Frederic Junod
2016-12-16 15:12:40 +01:00
committed by Guillaume Beraudo
parent 95ee9e2757
commit a8cade7cf8

View File

@@ -112,3 +112,9 @@ ol.source.TileDebug.Tile_.prototype.getImage = function() {
return context.canvas;
}
};
/**
* @override
*/
ol.source.TileDebug.Tile_.prototype.load = function() {};