TYPO in the comment
This commit is contained in:
parent
559318c85e
commit
f049b93965
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue