diff options
author | Valery Sizov <vsv2711@gmail.com> | 2015-12-22 20:02:22 +0200 |
---|---|---|
committer | Valery Sizov <vsv2711@gmail.com> | 2015-12-22 23:12:23 +0200 |
commit | a56d357be0f041d90b19c17d8fbce37c7b5ee840 (patch) | |
tree | 9bb7046f9490639e5daded4de62bbe4a71364803 /app | |
parent | 0d52a694bfcab6a1a4c0622f17317ea42ef369d4 (diff) | |
download | gitlab-ce-a56d357be0f041d90b19c17d8fbce37c7b5ee840.tar.gz |
TYPO in the comment
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/javascripts/awards_handler.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/awards_handler.coffee b/app/assets/javascripts/awards_handler.coffee index f3fdd46cf52..84e7287e48d 100644 --- a/app/assets/javascripts/awards_handler.coffee +++ b/app/assets/javascripts/awards_handler.coffee @@ -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 |