Commit 6eb3443c authored by Tristan Cavelier's avatar Tristan Cavelier

promy reference to undefined value fixed

parent c57590e1
......@@ -161,7 +161,7 @@
this._onProgress = [];
this._state = UNRESOLVED;
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