[js][storage] misc

This commit is contained in:
Salakar 2017-03-22 19:57:42 +00:00
parent 352b8db780
commit 2f12569c60
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ export default class StorageTask {
this.ref = storageRef;
this.promise = promise;
this.storage = storageRef.storage;
this.path = storageRef.path;
// 'proxy' original promise
this.then = promise.then;