mirror of
https://github.com/twitter/twemoji.git
synced 2025-08-03 14:46:39 +09:00
Added @return to correct file
This commit is contained in:
@ -803,6 +803,7 @@ function createTwemoji(re) {
|
||||
* and to convert utf16 into code points.
|
||||
* If there is a zero-width-joiner (U+200D), leave the variants in.
|
||||
* @param string the raw text of the emoji match
|
||||
* @return string the code point
|
||||
*/
|
||||
function grabTheRightIcon(rawText) {
|
||||
// if variant is present as \uFE0F
|
||||
|
Reference in New Issue
Block a user