mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
FIX: missing comma
This commit is contained in:
parent
7dedc773bb
commit
808225f43a
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
";-P" : 'stuck_out_tongue_winking_eye',
|
||||
';)' : 'wink',
|
||||
';-)' : 'wink',
|
||||
":$" : 'blush'
|
||||
":$" : 'blush',
|
||||
":-$" : 'blush'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue