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,10 +0,0 @@
|
||||
goog.provide('ol.Pixel');
|
||||
|
||||
|
||||
/**
|
||||
* An array with two elements, representing a pixel. The first element is the
|
||||
* x-coordinate, the second the y-coordinate of the pixel.
|
||||
* @typedef {Array.<number>}
|
||||
* @api stable
|
||||
*/
|
||||
ol.Pixel;
|
||||
Reference in New Issue
Block a user