Commit 44eb43d6 authored by 邱旭's avatar 邱旭

1

parent 6f5b024e
......@@ -13,10 +13,6 @@ export default class HbRainIcon extends IconBase {
constructor(name: string, group: eui.Group, btn: eui.Button, tipsBg?: eui.Image, tipsLabel?: eui.Label) {
super(name, group, btn, tipsBg, tipsLabel);
}
protected start() {
super.start();
this.cutTimer = new CutTimer();
this.cutTimer.callFun = () => {
this.updateIcon();
......
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