fix: DICOMFileLoadingListener typo in method name (#2647)

This commit is contained in:
Alireza 2021-12-23 17:22:35 -05:00 committed by GitHub
parent 79548d2380
commit 761d54fbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ class DICOMFileLoadingListener extends BaseLoadingListener {
constructor(stack, options) {
super(stack, options);
this.imageLoadProgressEventHandler = this._imageLoadProgressEventHandle.bind(
this.imageLoadProgressEventHandler = this._imageLoadProgressEventHandler.bind(
this
);