diff --git a/videojs/videojs.d.ts b/videojs/videojs.d.ts index 1c53eefaf9..0c56522ffe 100644 --- a/videojs/videojs.d.ts +++ b/videojs/videojs.d.ts @@ -43,6 +43,7 @@ interface VideoJSPlayer { ready(callback: () => void ): void; on(eventName: string, callback: () => void ): void; off(eventName: string, callback: () => void ): void; + dispose(): void; } interface VideoJSStatic {