mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -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',
|
";-P" : 'stuck_out_tongue_winking_eye',
|
||||||
';)' : 'wink',
|
';)' : 'wink',
|
||||||
';-)' : 'wink',
|
';-)' : 'wink',
|
||||||
":$" : 'blush'
|
":$" : 'blush',
|
||||||
":-$" : 'blush'
|
":-$" : 'blush'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue