Explorar el Código

Fixes #64

tags/v0.1.2^2
bigbadwaffle hace 7 años
padre
commit
53232a103f
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. +10
    -0
      src/client/js/components/chatter.js

+ 10
- 0
src/client/js/components/chatter.js Ver fichero

@@ -56,6 +56,16 @@ define([
obj.chatSprite.visible = true;

this.cd = this.cdMax;
},

destroy: function() {
var chatSprite = this.obj.chatSprite;
if (!chatSprite)
return;

renderer.destroyObject({
sprite: chatSprite
});
}
};
});

Cargando…
Cancelar
Guardar