Make WordPress Core

Changeset 40585


Ignore:
Timestamp:
05/08/2017 06:05:39 AM (7 years ago)
Author:
azaozz
Message:

Fix linting errors in tinymce-obsolete.js.

See #40690.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/qunit/wp-includes/js/tinymce/tinymce-obsolete.js

    r40584 r40585  
    1 ( function( $, QUnit, tinymce, setTimeout ) {
     1( function( $, QUnit, tinymce ) {
    22    var editor,
     3        text,
    34        count = 0;
    45
     
    284285    });
    285286
    286 } )( window.jQuery, window.QUnit, window.tinymce, window.setTimeout );
     287} )( window.jQuery, window.QUnit, window.tinymce );
Note: See TracChangeset for help on using the changeset viewer.