Skip to content

Commit

Permalink
Merge pull request #115 from talltroym/fix-emoticon-typo
Browse files Browse the repository at this point in the history
Fix a typo that displayed a sad face graphic when a happy face emoticon ...
  • Loading branch information
fusion94 committed Feb 24, 2013
2 parents 1009b71 + c5b055a commit 17a3a19
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ class Kandan.Plugins.Emoticons
":(" : { src : "sad.png", css : "small", title : "sad"},
"=(" : { src : "sad.png", css : "small", title : "sad"},
":)" : { src : "happy.png", css : "small", title : "happy"},
"=)" : { src : "sad.png", css : "small", title : "happy"},
"=)" : { src : "happy.png", css : "small", title : "happy"},
":p" : { src : "tongue.png", css : "small", title : ":p"},
"=p" : { src : "tongue.png", css : "small", title : "=p"},
":bowtie:" : { src : "emojis/bowtie.png", css : "small", title : "bowtie"},
Expand Down

0 comments on commit 17a3a19

Please sign in to comment.