UNPKG

emojionearea

Version:

WYSIWYG-like EmojiOne Converter / Picker Plugin for jQuery

10 lines 244 B
define([ 'jquery', 'function/textFromHtml', 'prototype/var/EmojioneArea' ], function($, textFromHtml, EmojioneArea) { EmojioneArea.prototype.getText = function() { return textFromHtml(this.editor.html(), this); } });