TYPO in the comment

This commit is contained in:
Valery Sizov 2015-12-22 20:02:22 +02:00
parent 559318c85e
commit f049b93965

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