fix eslint error, about indent

pull/2408/head
吴亮 2017-01-13 20:53:15 +08:00 committed by 杨奕
parent cdb2335939
commit 39cbb051f1
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
},
set(value) {
if (this.filteredValue) {
if ((typeof value !== 'undefined') && (value !== null)) {
if ((typeof value !== 'undefined') && (value !== null)) {
this.filteredValue.splice(0, 1, value);
} else {
this.filteredValue.splice(0, 1);