mirror of
https://github.com/twitter/twemoji.git
synced 2025-08-04 15:16:34 +09:00
Added missing @return
This commit is contained in:
@ -595,6 +595,7 @@ function createTwemoji(re) {
|
||||
* and to convert utf16 into code points
|
||||
* @param string the emoji surrogate pair
|
||||
* @param string the optional variant char, if any
|
||||
* @return string the code point
|
||||
*/
|
||||
function grabTheRightIcon(icon, variant) {
|
||||
// if variant is present as \uFE0F
|
||||
|
Reference in New Issue
Block a user