Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
don't ask...
  • Loading branch information
fusion94 committed Feb 24, 2013
1 parent bf322fe commit 1009b71
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 : "happy.png", css : "small", title : "happy"},
"=)" : { src : "sad.png", css : "small", title : "happy"},

This comment has been minimized.

Copy link
@kirantpatil

kirantpatil Feb 24, 2013

it should be { src : "sad.png", css : "small", title : "sad"}

":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

1 comment on commit 1009b71

@fusion94
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kirantpatil I said don't ask.

Please sign in to comment.