1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-06-15 03:35:16 +00:00

Added @return to correct file

This commit is contained in:
Wez Pyke 2016-12-20 20:56:03 +00:00
parent 1748844bdd
commit 232b06355e

View File

@ -803,6 +803,7 @@ function createTwemoji(re) {
* and to convert utf16 into code points. * and to convert utf16 into code points.
* If there is a zero-width-joiner (U+200D), leave the variants in. * If there is a zero-width-joiner (U+200D), leave the variants in.
* @param string the raw text of the emoji match * @param string the raw text of the emoji match
* @return string the code point
*/ */
function grabTheRightIcon(rawText) { function grabTheRightIcon(rawText) {
// if variant is present as \uFE0F // if variant is present as \uFE0F