(js) Fix download of exported folders under iOS

pull/241/head
Francis Lachapelle 2018-05-18 11:14:01 -04:00
parent 458b724864
commit e6508e77a9
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@
if (uid)
path.splice(path.length - 1, 1, escape(uid));
return new Resource(this._http, this._q, '/' + path.join('/'), this._activeUser);
return new Resource(this._http, this._q, this._window, '/' + path.join('/'), this._activeUser);
};
/**