/**
* @inheritDoc
* @private
* @suppress {visibility}
*/
filevision.net.XhrIo.prototype.cleanUpXhr_ = function(opt_fromDispose) {
if (this.progressListenerKey_) {
goog.events.unlistenByKey(this.progressListenerKey_);
this.progressListenerKey_ = null;
}
filevision.net.XhrIo.superClass_.cleanUpXhr_.call(this, opt_fromDispose);
};