Skip to content

New Staticman Comment

RPdev Bot requested to merge staticman_16f10b90-ae3f-11ea-9c41-cbb52cc590f0 into master

Dear human,

Here's a new entry for your approval. 🎉

Merge the pull request to accept it, or close it to send it away.

Your friend Staticman 💪


Field Content
comment Thanks for the smart Component.
You should just correct the lessThan function that should return 0 in case of equality.
Something like this, but not optimized:
visible.sort(function(a, b) {
return lessThan(a.model, b.model) ? -1 : (lessthan(b.model,a.model ? 1 : 0))
});
name Daes
email 7f34b99915edcc6d2f5eec17a73068f4
date 2020-06-14T13:00:58.475Z

Merge request reports