Clear correct member variable, thanks @elemoine

This commit is contained in:
Tom Payne
2013-11-11 00:22:42 +01:00
parent 3f74623e53
commit 2839aea6b1

View File

@@ -144,7 +144,7 @@ ol.renderer.canvas.VectorLayer.prototype.prepareFrame =
// FIXME dispose of old replayGroup in post render
goog.dispose(this.replayGroup_);
this.replayGroup = null;
this.replayGroup_ = null;
var styleFunction = vectorLayer.getStyleFunction();
if (!goog.isDef(styleFunction)) {