Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel committed Jul 8, 2021
1 parent 723a9c8 commit 59db57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ function gutenberg_override_script( $scripts, $handle, $src, $deps = array(), $v
*/
$scripts->add_inline_script(
'wp-editor',
'Object.assign(window.wp.editor, window.wp.oldEditor);',
'Object.assign( window.wp.editor, window.wp.oldEditor );',
'after'
);
}
Expand Down

0 comments on commit 59db57c

Please sign in to comment.