mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 03:19:24 +02:00
Code Adjustment { ... listExistingZones.sort(zoneSortOrder()); return listExistingZones; } function zoneSortOrder() { return function(a, b) { if (a.name > b.name) { return 1; } else if (a.name < b.name) { return -1; } return 0; } } |
||
---|---|---|
.. | ||
assets | ||
entityList | ||
entityProperties/html | ||
entitySelectionTool | ||
modules | ||
qml | ||
edit.js |