fix lint: missing semicolon

This commit is contained in:
Rijn 2017-02-22 09:16:45 -06:00
parent 45ad8fb843
commit 35deac7706

View file

@ -182,7 +182,7 @@
return parseInt(getStyle(this.$els.slider, 'width'), 10);
},
tipDisabled () {
return this.tipFormat(this.value[0]) === null || this.showTip === 'never'
return this.tipFormat(this.value[0]) === null || this.showTip === 'never';
}
},
watch: {