Skip to content

Commit

Permalink
less insane indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Sep 3, 2014
1 parent 4ab74c1 commit 5ae47ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/emoji_data.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ class EmojiData
target = name.toLowerCase()
(ec for ec in EMOJI_CHARS when ec.short_names.some(
(sn)->sn.indexOf(target) != -1
)
)
))

# singleton keyword lookups will likely be popular here, so make a cache
EMOJICHAR_KEYWORD_MAP = {}
Expand Down

0 comments on commit 5ae47ca

Please sign in to comment.