ソースを参照

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 // 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.party.push(sourceId);
}


this.updatePartyOnThread(); this.updatePartyOnThread();




読み込み中…
キャンセル
保存