TYPO in the comment

This commit is contained in:
Valery Sizov 2015-12-22 20:02:22 +02:00
parent 0d52a694bf
commit a56d357be0
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ class @AwardsHandler
resetTooltip: (award) ->
award.tooltip("destroy")
# "destroy" call is asynchronous and there is no appropriate callnack on it, this is why we need to set timeout.
# "destroy" call is asynchronous and there is no appropriate callback on it, this is why we need to set timeout.
setTimeout (->
award.tooltip()
), 200