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

@@ -25,7 +25,6 @@ ol.control.ScaleLineProperty = {
* Units for the scale line. Supported values are `'degrees'`, `'imperial'`,
* `'nautical'`, `'metric'`, `'us'`.
* @enum {string}
* @api stable
*/
ol.control.ScaleLineUnits = {
DEGREES: 'degrees',