Make ol.format.XML a @struct

And replace the undeclared `this.version` by a local variable.
This commit is contained in:
Frederic Junod
2016-02-11 16:30:05 +01:00
parent 4e11a86b4e
commit ac17a2f2a7
2 changed files with 4 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ goog.require('ol.xml');
* Generic format for reading non-feature XML data
*
* @constructor
* @struct
*/
ol.format.XML = function() {
};