fixed compiler error
This commit is contained in:
parent
f882e8a0bc
commit
2f81479519
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ function main() {
|
|||
|
||||
setup_close();
|
||||
|
||||
let _resize_timeout: number;
|
||||
let _resize_timeout: NodeJS.Timer;
|
||||
$(window).on('resize', () => {
|
||||
if(_resize_timeout)
|
||||
clearTimeout(_resize_timeout);
|
||||
|
|
Loading…
Add table
Reference in a new issue