Merge pull request #2031 from martinduparc/patch-3

Add dispose method
This commit is contained in:
Masahiro Wakame
2014-04-13 17:07:32 +09:00
+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 {