turuslan / HackTimer

MIT License
491 stars 93 forks source link

Can not pass string as callback #2

Closed turuslan closed 9 years ago

turuslan commented 9 years ago

Example:

setTimeout('alert("foobar!");', 1000);