Clean up after callback called

This commit is contained in:
Tom Payne
2012-08-06 17:55:30 +02:00
parent 75342968ce
commit 485a0f6403

View File

@@ -174,6 +174,8 @@ ol.tilestore.BingMaps.prototype.handleImageryMetadataResponse =
if (!goog.isNull(this.callback_)) {
this.callback_.call(this.object_, this);
this.callback_ = null;
this.object_ = null;
}
};