From 436bbdecd0b5f29e211300bbc8b13dcf36bed421 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 6 May 2014 10:42:11 -0500 Subject: [PATCH] Document ol.Pixel --- src/ol/pixel.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ol/pixel.js b/src/ol/pixel.js index 40c8a11da8..32571a060f 100644 --- a/src/ol/pixel.js +++ b/src/ol/pixel.js @@ -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.} + * @todo api */ ol.Pixel;