Fix private scope type issues in format/KML

This commit is contained in:
Andreas Hocevar
2020-04-13 13:27:42 +02:00
parent f4d64700ef
commit a2ae18d89a

View File

@@ -439,7 +439,6 @@ class KML extends XMLFeature {
options.extractStyles !== undefined ? options.extractStyles : true; options.extractStyles !== undefined ? options.extractStyles : true;
/** /**
* @private
* @type {boolean} * @type {boolean}
*/ */
this.writeStyles_ = this.writeStyles_ =
@@ -459,7 +458,6 @@ class KML extends XMLFeature {
options.showPointNames !== undefined ? options.showPointNames : true; options.showPointNames !== undefined ? options.showPointNames : true;
/** /**
* @private
* @type {null|string} * @type {null|string}
*/ */
this.crossOrigin_ = this.crossOrigin_ =