Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AWolf81 committed Mar 17, 2020
1 parent 8aa9eec commit 6b345a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function plugin(options) {
node.value = node.value.replace(RE_EMOJI, getEmoji);

if (emoticonEnable) {
// emoji regex not matching --> check if shortcode
node.value = node.value.replace(RE_SHORT, getEmojiByShortCode);
}
});
Expand Down

0 comments on commit 6b345a8

Please sign in to comment.