added emoticon 🪨

This commit is contained in:
dennisdebel 2015-05-22 13:08:56 +02:00
parent 1c8760c8c3
commit 2ff471f4a7

View File

@ -32,6 +32,10 @@ function parseEmoticons( inputStr ){
{
text:';)',
image: '2.png'
},
{
text:':rock:',
image: '3.png'
}
];
for ( var i = 0; i < emoticons.length; i++ ){