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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user