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:
parent
1727d6fbef
commit
656718a645
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user