Explorar el Código

Use destroyInvite()

tags/v0.1.2^2
Paul Holden hace 7 años
committed by Paul Holden
padre
commit
1bdab1a449
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. +2
    -4
      src/client/ui/templates/party/party.js

+ 2
- 4
src/client/ui/templates/party/party.js Ver fichero

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


Cargando…
Cancelar
Guardar