add flow annotation

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-05-29 20:03:21 +01:00
parent e991461e8d
commit b9ec25b32f
3 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@ export default class WebPlatform extends VectorBasePlatform {
this.runningVersion = null;
}
getHumanReadableName() {
getHumanReadableName(): string {
return 'Web Platform';
}