fix trashbin infoparsers interfering with other dav clients

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2018-09-11 20:41:49 +02:00
parent d4087811e5
commit 073fddcc28
No known key found for this signature in database
GPG Key ID: 42B69D8A64526EFB

View File

@ -61,6 +61,7 @@
}
this._client = new dav.Client(clientOptions);
this._client.xhrProvider = _.bind(this._xhrProvider, this);
this._fileInfoParsers = [];
};
Client.NS_OWNCLOUD = 'http://owncloud.org/ns';