Преглед изворни кода

Clean up arrow notation

tags/v0.1.2^2
Paul Holden пре 7 година
родитељ
комит
e07ac73608
1 измењених фајлова са 1 додато и 5 уклоњено
  1. +1
    -5
      src/server/components/social.js

+ 1
- 5
src/server/components/social.js Прегледај датотеку

@@ -182,12 +182,8 @@ define([
}

// Only add if not yet in party
if (!this.party.find(function (id) {
return id === sourceId;
})
) {
if (!this.party.find(f => (id === sourceId)))
this.party.push(sourceId);
}

this.updatePartyOnThread();



Loading…
Откажи
Сачувај