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

See #35300.


Built from https://develop.svn.wordpress.org/trunk@36818


git-svn-id: http://core.svn.wordpress.org/trunk@36785 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2016-03-03 05:48:25 +00:00
parent 7803ae4cea
commit 5285483e6f
2 changed files with 1 additions and 11 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':

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta2-36817';
$wp_version = '4.5-beta2-36818';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.