Converted more code to TypeScript.

This commit is contained in:
Ajay Ramachandran
2020-01-28 23:52:15 -05:00
parent 03836b69f2
commit d77f8abf42
6 changed files with 37 additions and 1150 deletions

View File

@@ -112,7 +112,7 @@ function messageListener(request, sender, sendResponse) {
break;
case "getVideoDuration":
sendResponse({
duration: v.duration
duration: v.duration
});
break;