chore(): tslint (#466)

* fix src tslint gulp ionic

* - fix errors tslint
This commit is contained in:
Ramon Henrique Ornelas
2016-08-22 19:19:43 -03:00
committed by Ibrahim Hadeed
parent 16628a49f7
commit ed8c67ce7e
16 changed files with 76 additions and 43 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ export interface CreateThumbnailOptions {
export interface GetVideoInfoOptions {
/** The path to the video on the device. */
fileUri: string
fileUri: string;
}