Don't pass renderBuffer option to the parent constructor

This commit is contained in:
Frederic Junod
2015-01-08 10:37:27 +01:00
parent 904fac082c
commit 91d2b3b87f

View File

@@ -35,6 +35,7 @@ ol.layer.Vector = function(opt_options) {
var baseOptions = goog.object.clone(options);
delete baseOptions.style;
delete baseOptions.renderBuffer;
goog.base(this, /** @type {olx.layer.LayerOptions} */ (baseOptions));
/**