Pass options from v2 to its parent constructor

This commit is contained in:
Florent gravin
2014-09-24 11:08:27 +02:00
parent 82f267f0c5
commit c9171b8682
+2 -1
View File
@@ -24,12 +24,13 @@ goog.require('ol.xml');
*/ */
ol.format.GML.v2 = function(opt_options) { ol.format.GML.v2 = function(opt_options) {
goog.base(this); goog.base(this, opt_options);
}; };
goog.inherits(ol.format.GML.v2, ol.format.GML); goog.inherits(ol.format.GML.v2, ol.format.GML);
/** /**
* @const
* @private * @private
* @type {string} * @type {string}
*/ */