Make loading strategies appear in the docs

This commit is contained in:
Andreas Hocevar
2014-05-27 15:38:31 +02:00
parent ac934c4564
commit 45805f7158
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -3796,7 +3796,7 @@ olx.source.ServerVectorOptions.prototype.loader;
/**
* Loading strategy. Default is `ol.loadingstrategy.bbox`.
* Loading strategy. Default is {@link ol.loadingstrategy.bbox}.
* @type {function(ol.Extent, number): Array.<ol.Extent>|undefined}
*/
olx.source.ServerVectorOptions.prototype.strategy;