remove empty destory

This commit is contained in:
Cameron 2020-08-05 19:25:22 +01:00
parent 36f389e8f9
commit 3925c8eddb

View File

@ -488,9 +488,6 @@ class HtmlAudioPlayer {
return false; return false;
} }
destroy() {
}
supports(feature) { supports(feature) {
if (!supportedFeatures) { if (!supportedFeatures) {
supportedFeatures = getSupportedFeatures(); supportedFeatures = getSupportedFeatures();