more lint fixes

This commit is contained in:
Bruno Windels 2018-10-17 16:20:38 +02:00
parent c926aa2bfe
commit 3552326003
2 changed files with 4 additions and 5 deletions

View file

@ -155,7 +155,7 @@ class Tinter {
tint(primaryColor, secondaryColor, tertiaryColor) {
return;
// eslint-disable-next-line no-unreachable
this.currentTint[0] = primaryColor;
this.currentTint[1] = secondaryColor;
this.currentTint[2] = tertiaryColor;