Add semicolon

pull/310/head
cagataycivici 2020-04-18 21:16:35 +03:00
parent f61e39ccce
commit eafc5b5a96
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {