Показать сообщение отдельно
  #10 (permalink)  
Старый 23.05.2013, 11:32
Аватар для Tim
Tim Tim вне форума
Профессор
Отправить личное сообщение для Tim Посмотреть профиль Найти все сообщения от Tim
 
Регистрация: 05.06.2009
Сообщений: 1,703

Цитата:
This is due to setTimeout using a 32 bit int to store the delay so the max value allowed would be

2147483647
if you try

2147483648
you get your problem occurring.

I can only presume this is causing some form of internal exception in the JS Engine and causing the function to fire immediately rather than not at all.
http://stackoverflow.com/questions/3...d-delay-values
__________________
Лучше установить FreeBSD, чем потратить 30 лет на Linux'ы и выяснить какой из них хуже.
Самые главные в жизни вещи - не вещи! (было написано на одном гараже =)
Ответить с цитированием