Fix linting

This commit is contained in:
Nick O'Leary 2024-03-21 16:43:47 +00:00
parent fef93818c9
commit 2d3e5f4ce0
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -872,7 +872,7 @@ RED.palette.editor = (function() {
contentRow.slideDown(); contentRow.slideDown();
} }
}) })
function populateSetList() { const populateSetList = function () {
var setList = Object.keys(entry.sets) var setList = Object.keys(entry.sets)
setList.sort(function(A,B) { setList.sort(function(A,B) {
return A.toLowerCase().localeCompare(B.toLowerCase()); return A.toLowerCase().localeCompare(B.toLowerCase());