parent
a39feb66db
commit
eaf5ded127
@ -126,7 +126,7 @@ class Translator {
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return v1.expression.localeCompare(v2.expression);
|
return v2.expression.localeCompare(v1.expression);
|
||||||
});
|
});
|
||||||
|
|
||||||
let length = 0;
|
let length = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user