Update to TS1.5

This commit is contained in:
Roel van Uden
2015-05-23 19:07:14 +02:00
parent 5fdee94b38
commit 18375d3d22
29 changed files with 194 additions and 207 deletions

13
src/interface/ISubtitle.d.ts vendored Normal file
View File

@@ -0,0 +1,13 @@
interface ISubtitle {
$: {
title: string;
wrap_style: string;
play_res_x: string;
play_res_y: string;
id: string;
lang_string: string;
created: string;
};
events: ISubtitleEvent;
styles: ISubtitleStyle;
}