Remove api annotations from enums

This commit is contained in:
Andreas Hocevar
2016-06-03 09:29:14 +02:00
parent ca07de422c
commit 2ec4969ac7
11 changed files with 0 additions and 13 deletions

View File

@@ -16,7 +16,6 @@ goog.require('ol.style.ImageState');
/**
* Icon anchor units. One of 'fraction', 'pixels'.
* @enum {string}
* @api
*/
ol.style.IconAnchorUnits = {
FRACTION: 'fraction',
@@ -27,7 +26,6 @@ ol.style.IconAnchorUnits = {
/**
* Icon origin. One of 'bottom-left', 'bottom-right', 'top-left', 'top-right'.
* @enum {string}
* @api
*/
ol.style.IconOrigin = {
BOTTOM_LEFT: 'bottom-left',