diff --git a/src/ol/format/gml/v2.js b/src/ol/format/gml/v2.js index 2911f4f78d..32b04137d5 100644 --- a/src/ol/format/gml/v2.js +++ b/src/ol/format/gml/v2.js @@ -24,12 +24,13 @@ goog.require('ol.xml'); */ ol.format.GML.v2 = function(opt_options) { - goog.base(this); + goog.base(this, opt_options); }; goog.inherits(ol.format.GML.v2, ol.format.GML); /** + * @const * @private * @type {string} */