Removing some long dead code
This commit is contained in:
parent
6cf4e3fe9b
commit
5601c6a398
@ -113,14 +113,7 @@ export default class Node {
|
|||||||
this.doneRender();
|
this.doneRender();
|
||||||
return this;
|
return this;
|
||||||
},
|
},
|
||||||
null,
|
null
|
||||||
progress => {
|
|
||||||
if (typeof progress.value !== 'undefined') {
|
|
||||||
return progress.value;
|
|
||||||
} else {
|
|
||||||
return progress;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user