Merge pull request #2608 from tschaub/more-stable

Mark ol.RendererType enum as stable.
This commit is contained in:
Tim Schaub
2014-08-25 07:39:38 -06:00
3 changed files with 6 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ goog.require('ol.vec.Mat4');
/**
* Available renderers: `'canvas'`, `'dom'` or `'webgl'`.
* @enum {string}
* @api
* @api stable
*/
ol.RendererType = {
CANVAS: 'canvas',