File Editors: Fix JSHint error after [41774].
See #31779. git-svn-id: https://develop.svn.wordpress.org/trunk@41775 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fcf8dfd376
commit
92a4302940
@ -52,8 +52,7 @@ wp.themePluginEditor = (function( $ ) {
|
||||
$( 'body' ).addClass( 'modal-open' );
|
||||
component.warning.find( '.file-editor-warning-dismiss' ).focus();
|
||||
component.warning.on( 'click', '.file-editor-warning-dismiss', component.dismissWarning );
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
if ( false !== component.codeEditor ) {
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user