mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Add dispose method
This commit is contained in:
Vendored
+1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user