Skip to content

Commit

Permalink
Added missing @return
Browse files Browse the repository at this point in the history
  • Loading branch information
Wez Pyke committed Dec 20, 2016
1 parent 1b2f0bf commit 1748844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions twemoji-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1748844

Please sign in to comment.