提交 7527e600 编写于 作者: I isidor

remove trailing ;

上级 7f1379ff
......@@ -134,7 +134,7 @@ export class PanelActivityAction extends ActivityAction {
}
public run(event: any): TPromise<any> {
return this.panelService.openPanel(this.activity.id, true).then(() => this.activate());;
return this.panelService.openPanel(this.activity.id, true).then(() => this.activate());
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册