1
0
mirror of https://github.com/videojs/video.js.git synced 2025-03-19 21:28:23 +02:00

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

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

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