Make ol.format.XML a @struct
And replace the undeclared `this.version` by a local variable.
This commit is contained in:
@@ -9,6 +9,7 @@ goog.require('ol.xml');
|
||||
* Generic format for reading non-feature XML data
|
||||
*
|
||||
* @constructor
|
||||
* @struct
|
||||
*/
|
||||
ol.format.XML = function() {
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user