Document ol.Pixel

This commit is contained in:
Andreas Hocevar
2014-05-06 10:42:11 -05:00
parent 959e14c31a
commit 436bbdecd0

View File

@@ -2,6 +2,9 @@ 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>}
* @todo api
*/
ol.Pixel;