Move top-level typedefs to typedefs.js
With one exception, those directly in the `ol` namespace can be moved without problem. Some left-over goog.requires are also removed.
This commit is contained in:
@@ -1,16 +1,6 @@
|
||||
goog.provide('ol.LoadingStrategy');
|
||||
goog.provide('ol.loadingstrategy');
|
||||
|
||||
|
||||
/**
|
||||
* One of `all`, `bbox`, `tile`.
|
||||
*
|
||||
* @typedef {function(ol.Extent, number): Array.<ol.Extent>}
|
||||
* @api
|
||||
*/
|
||||
ol.LoadingStrategy;
|
||||
|
||||
|
||||
/**
|
||||
* Strategy function for loading all features with a single request.
|
||||
* @param {ol.Extent} extent Extent.
|
||||
|
||||
Reference in New Issue
Block a user