style(components): fix build lint errors

This commit is contained in:
Brandy Carney
2018-01-10 15:21:05 -05:00
parent c6477d6281
commit eb8a8d3fc4
9 changed files with 13 additions and 13 deletions

View File

@@ -504,7 +504,7 @@ export class Datetime {
}
}
const selectedIndex = column.selectedIndex = clamp(indexMin, column.selectedIndex, indexMax);
opt = column.options[selectedIndex];
const opt = column.options[selectedIndex];
if (opt) {
return opt.value;
}