소스 검색

Use destroyInvite()

tags/v0.1.2^2
Paul Holden 7 년 전
committed by Paul Holden
부모
커밋
1bdab1a449
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. +2
    -4
      src/client/ui/templates/party/party.js

+ 2
- 4
src/client/ui/templates/party/party.js 파일 보기

@@ -101,10 +101,8 @@ define([

onGetParty: function(party) {
// Destroy invite frame if you join a party
if (this.invite) {
this.invite.el.remove();
this.invite = null;
}
if (this.invite)
this.destroyInvite();

var container = this.find('.party .list')
.empty();


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