Fix remaining type issues

This commit is contained in:
ahocevar
2018-05-17 12:29:22 -05:00
parent 8271a51f65
commit 64e1139230
5 changed files with 8 additions and 19 deletions

View File

@@ -232,11 +232,6 @@ function createStyleDefaults() {
zIndex: 0
});
/**
* @const
* @type {Array.<module:ol/style/Style>}
* @private
*/
DEFAULT_STYLE_ARRAY = [DEFAULT_STYLE];
}