Add ol.TileLoadFunctionType
This commit is contained in:
7
src/ol/tileloadfunction.js
Normal file
7
src/ol/tileloadfunction.js
Normal file
@@ -0,0 +1,7 @@
|
||||
goog.provide('ol.TileLoadFunctionType');
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {function(ol.ImageTile, string)}
|
||||
*/
|
||||
ol.TileLoadFunctionType;
|
||||
Reference in New Issue
Block a user