Merge pull request #3786 from sashkab/emoji-fix

Show emoji popup if colon preceding by space or is new line.
This commit is contained in:
Dmitriy Zaporozhets
2013-04-30 08:21:21 -07:00
@@ -20,7 +20,7 @@ GitLab.GfmAutoComplete =
input = $('.js-gfm-input')
# Emoji
input.atWho ':',
input.atWho '(?:^|\\s):',
data: @Emoji.data
tpl: @Emoji.template