Skip to content
Snippets Groups Projects
Commit a56d357b authored by Valery Sizov's avatar Valery Sizov
Browse files

TYPO in the comment

parent 0d52a694
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment