mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-19 23:40:00 +02:00
fix some travis bug
This commit is contained in:
@ -182,7 +182,7 @@ namespace OS {
|
||||
if (this.timer) {
|
||||
clearTimeout(this.timer);
|
||||
}
|
||||
return (this.timer = setTimeout(() => func(), t));
|
||||
return (this.timer = window.setTimeout(() => func(), t));
|
||||
};
|
||||
return func();
|
||||
}
|
||||
|
Reference in New Issue
Block a user