Add dispose method

This commit is contained in:
Martin D.
2014-04-12 15:45:12 -04:00
parent a821755ea0
commit b33ddcacd8
+1
View File
@@ -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 {