@ -53,8 +53,8 @@ export class TextValueCheckCombo extends Widget {
});
this.popup.on(
Controller.EVENT_CHANGE,
...args => {
this.fireEvent(Controller.EVENT_CHANGE, ...args);
(...args) => {
this.fireEvent(Controller.EVENT_CHANGE, args);
}
);
this.textIconCheckCombo = createWidget({