Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tick block russian description Close #639 #646

Merged
merged 1 commit into from
Dec 4, 2014
Merged

tick block russian description Close #639 #646

merged 1 commit into from
Dec 4, 2014

Conversation

Murdalay
Copy link
Contributor

No description provided.

@Murdalay Murdalay changed the title tick block russian description tick block russian description Close #639 Aug 18, 2014
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 57136a8 on issues/#639@v2 into bfe5e79 on v2.


Блок `tick` служит для генерации регулярного события `tick`. Подписавшись на событие блока, можно использовать его для поллинга и синхронизации выполняемых операций.

Блок реализован в технологии `vanilla.js` и подходит для использования в серверных и клиентских приложениях.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

«как на клиенте, так и на сервере»

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 7f4c86f on issues/#639@v2 into 1b8b2f3 on v2.


## Интервал между событиями

Частота, с которой блок генерирует событие `tick`, определяется значением приватной переменной `TICK_INTERVAL`. Значение переменной – целое число – интервал между событиями в миллисекундах. По умолчанию `TICK_INTERVAL = 50`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Написать про то, что TICK_INTERVAL не меняется из вне

@Murdalay
Copy link
Contributor Author

Murdalay commented Dec 3, 2014

All done. Squashed, rebased and ready to go.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 557228f on issues/#639@v2 into 636443a on v2.

})
.start();
},
update = function() { ... };
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update = function() { ... }; -> update = function() { /* ... */ };

@Murdalay
Copy link
Contributor Author

Murdalay commented Dec 4, 2014

All done.

@tadatuta
Copy link
Member

tadatuta commented Dec 4, 2014

squash and rebase needed

@Murdalay
Copy link
Contributor Author

Murdalay commented Dec 4, 2014

Done. No rebase was needed.

tadatuta added a commit that referenced this pull request Dec 4, 2014
tick block russian description Close #639
@tadatuta tadatuta merged commit f744330 into v2 Dec 4, 2014
@tadatuta tadatuta deleted the issues/#639@v2 branch December 4, 2014 20:18
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 6e0c881 on issues/#639@v2 into 636443a on v2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants