Linting #80

Merged
KevinMidboe merged 12 commits from linting into master 2018-02-07 13:24:43 +00:00
3 changed files with 26 additions and 27 deletions
Showing only changes of commit 97217a2826 - Show all commits

View File

@@ -6,7 +6,6 @@ class Player {
this.product = undefined; this.product = undefined;
this.title = undefined; this.title = undefined;
this.state = undefined; this.state = undefined;
} }
} }