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:
Weston Ruter 2017-10-05 04:42:58 +00:00
parent fcf8dfd376
commit 92a4302940
1 changed files with 1 additions and 2 deletions

View File

@ -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 ) {
/*