소스 검색

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();



불러오는 중...
취소
저장