Fixed lint issue

This commit is contained in:
abzicht
2019-03-09 22:19:08 +01:00
parent 856591d253
commit d169641c99

View File

@@ -212,7 +212,6 @@ export const draw = function (text, id) {
const endX = timeScale(d.endTime)
const textWidth = this.getBBox().width
let classStr = ''
if (d.classes.length > 0) {
classStr = d.classes.join(' ')