fixed compiler error

canary
WolverinDEV 2019-01-26 18:06:42 +01:00
parent f882e8a0bc
commit 2f81479519
1 changed files with 1 additions and 1 deletions

View File

@ -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);