Commit 2266a8f9 authored by 邱旭's avatar 邱旭

1

parent 5e7f3abe
...@@ -14,7 +14,6 @@ export default class IconBase { ...@@ -14,7 +14,6 @@ export default class IconBase {
return this._name; return this._name;
} }
constructor(name: string, group: eui.Group, btn: eui.Button, tipsBg?: eui.Image, tipsLabel?: eui.Label) { constructor(name: string, group: eui.Group, btn: eui.Button, tipsBg?: eui.Image, tipsLabel?: eui.Label) {
this.iconGroup = group; this.iconGroup = group;
this.iconBtn = btn; this.iconBtn = btn;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment