From a1d91042b1ff1a7f25687141dd32d33383b999df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Mon, 25 Aug 2014 10:00:10 +0200 Subject: [PATCH] Add @api stable annotation to ol.Pixel --- src/ol/pixel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/pixel.js b/src/ol/pixel.js index dbd070f374..dbf1d451da 100644 --- a/src/ol/pixel.js +++ b/src/ol/pixel.js @@ -5,6 +5,6 @@ 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.} - * @api + * @api stable */ ol.Pixel;