Emoji: Fix some jshint warnings introduced in [36816].

See #35300.



git-svn-id: https://develop.svn.wordpress.org/trunk@36818 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2016-03-03 05:47:55 +00:00
parent e736153adf
commit 94a5b546d7
1 changed files with 0 additions and 10 deletions

View File

@ -3,15 +3,6 @@
function wpEmoji() {
var MutationObserver = window.MutationObserver || window.WebKitMutationObserver || window.MozMutationObserver,
/**
* Flag to determine if we should replace emoji characters with images.
*
* @since 4.2.0
*
* @var Boolean
*/
replaceEmoji = false,
// Private
twemoji, timer,
loaded = false,
@ -154,7 +145,6 @@
ext: settings.ext,
className: args.className || 'emoji',
callback: function( icon, options ) {
var keys, ii;
// Ignore some standard characters that TinyMCE recommends in its character map.
switch ( icon ) {
case 'a9':