Commit 5c65b9d7 authored by Tristan Cavelier's avatar Tristan Cavelier

promy reference to undefined value fixed

parent 814d101b
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
this._onProgress = []; this._onProgress = [];
this._state = UNRESOLVED; this._state = UNRESOLVED;
if (typeof cancel === 'function') { if (typeof cancel === 'function') {
this.promise._cancel = cancel; this._cancel = cancel;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment