Appease the linter

This commit is contained in:
Travis Ralston 2020-01-28 12:53:37 +00:00
parent 21405b8f25
commit d0c28adfb1
2 changed files with 2 additions and 2 deletions

View file

@ -42,7 +42,7 @@ class Skinner {
};
// Check the skin first
let comp = doLookup(this.components);
const comp = doLookup(this.components);
// Just return nothing instead of erroring - the consumer should be smart enough to
// handle this at this point.