Add documentation for API typedef functions

This commit is contained in:
Bart van den Eijnden
2014-02-13 13:23:04 +01:00
parent 20402a6e71
commit 87d651af04
6 changed files with 36 additions and 1 deletions

View File

@@ -2,6 +2,10 @@ goog.provide('ol.TileLoadFunctionType');
/**
* A function that takes an {@link ol.ImageTile} for the image tile and a
* `{string}` for the src as arguments.
*
* @typedef {function(ol.ImageTile, string)}
* @todo stability experimental
*/
ol.TileLoadFunctionType;