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
789426f80e
commit
595933d046
@ -153,7 +153,7 @@ RED.multiplayer = (function () {
|
||||
true
|
||||
)
|
||||
|
||||
function updateUserCount () {
|
||||
const updateUserCount = function () {
|
||||
const maxShown = 2
|
||||
const children = tray.children()
|
||||
children.each(function (index, element) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user