Make WordPress Core

Changeset 31923


Ignore:
Timestamp:
03/30/2015 02:49:23 AM (8 years ago)
Author:
azaozz
Message:

Remove unused vars. See #31627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/tinymce/plugins/wpemoji/plugin.js

    r31922 r31923  
    11( function( tinymce, wp, twemoji ) {
    22    tinymce.PluginManager.add( 'wpemoji', function( editor ) {
    3         var typing, match,
     3        var typing,
    44            env = tinymce.Env,
    55            ua = window.navigator.userAgent,
     
    5454            } );
    5555
    56             editor.on( 'input', function( event ) {
     56            editor.on( 'input', function() {
    5757                if ( typing ) {
    5858                    return;
Note: See TracChangeset for help on using the changeset viewer.