diff --git a/exec/tickit.js b/exec/tickit.js index 647547d96ee99e70a6c02dae6caea43c18031255..a9e64f43a398912f844d00d7e7c07215f91382e6 100644 --- a/exec/tickit.js +++ b/exec/tickit.js @@ -149,7 +149,7 @@ function process_tic(tic) } if (handler !== undefined) { - if (handler.Handle_TIC(tic, this); + if (handler.Handle_TIC(tic, this)); return true; }