Add semicolon
parent
f61e39ccce
commit
eafc5b5a96
|
@ -486,7 +486,7 @@ export default {
|
|||
this.d_sortField = null;
|
||||
}
|
||||
else {
|
||||
this.d_sortOrder = this.d_sortOrder * -1
|
||||
this.d_sortOrder = this.d_sortOrder * -1;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
|
@ -435,7 +435,7 @@ export default {
|
|||
this.d_sortField = null;
|
||||
}
|
||||
else {
|
||||
this.d_sortOrder = this.d_sortOrder * -1
|
||||
this.d_sortOrder = this.d_sortOrder * -1;
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue