Ver código fonte

Closes #1868

tags/v0.11.0
kckckc 2 anos atrás
pai
commit
be75e0f103
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      src/client/ui/templates/tooltipInfo/tooltipInfo.js

+ 2
- 0
src/client/ui/templates/tooltipInfo/tooltipInfo.js Ver arquivo

@@ -16,6 +16,8 @@ define([

postRender: function () {
this.onEvent('onMobHover', this.onMobHover.bind(this));

this.hide();
},

onMobHover: function (mob) {


Carregando…
Cancelar
Salvar