0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-09-21 19:46:23 -04:00

Moved the setTimeout timer to the struct document.

This commit is contained in:
Witold Filipczyk
2006-10-24 16:47:41 +02:00
committed by Witold Filipczyk
parent c76ce39a87
commit 2fe0623298
4 changed files with 9 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ struct ecmascript_interpreter {
/* The code evaluated by setTimeout() */
struct string code;
timer_id_T timeout;
time_t exec_start;