fix: DICOMFileLoadingListener typo in method name (#2647)
This commit is contained in:
parent
79548d2380
commit
761d54fbbf
@ -98,7 +98,7 @@ class DICOMFileLoadingListener extends BaseLoadingListener {
|
|||||||
constructor(stack, options) {
|
constructor(stack, options) {
|
||||||
super(stack, options);
|
super(stack, options);
|
||||||
|
|
||||||
this.imageLoadProgressEventHandler = this._imageLoadProgressEventHandle.bind(
|
this.imageLoadProgressEventHandler = this._imageLoadProgressEventHandler.bind(
|
||||||
this
|
this
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user