mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix linting
This commit is contained in:
parent
fef93818c9
commit
2d3e5f4ce0
@ -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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user