Fix linting errors in tinymce-obsolete.js.

See #40690.

git-svn-id: https://develop.svn.wordpress.org/trunk@40585 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2017-05-08 06:05:39 +00:00
parent 1727d6fbef
commit 656718a645
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
( function( $, QUnit, tinymce, setTimeout ) {
( function( $, QUnit, tinymce ) {
var editor,
text,
count = 0;
QUnit.module( 'tinymce.obsolete', {
@ -283,4 +284,4 @@
equal( editor.getContent(), testString, text );
});
} )( window.jQuery, window.QUnit, window.tinymce, window.setTimeout );
} )( window.jQuery, window.QUnit, window.tinymce );