guy 4 years ago
parent
commit
3912039d66
  1. 2
      src/core/controller/controller.bubbles.js

2
src/core/controller/controller.bubbles.js

@ -234,6 +234,8 @@ BI.BubblesController = BI.inherit(BI.Controller, {
} }
} }
} }
this.get(name).setText(text);
this.get(name).visible();
return this; return this;
}, },

Loading…
Cancel
Save