1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-17 21:18:27 +02:00

fix(resize-manager): call super.dispose() in dispose method (#5853)

This commit is contained in:
Brandon Casey 2019-03-18 15:33:51 -04:00 committed by Gary Katsevman
parent a2431ce74c
commit 6eb9fd3dfb

View File

@ -132,6 +132,7 @@ class ResizeManager extends Component {
this.resizeObserver = null;
this.debouncedHandler_ = null;
this.loadListener_ = null;
super.dispose();
}
}