Skip to content

Commit

Permalink
Remove extraneous wp-polyfill-ecmascript include
Browse files Browse the repository at this point in the history
  • Loading branch information
earnjam committed Nov 1, 2018
1 parent d859566 commit fc297b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ function gutenberg_register_scripts_and_styles() {
'data',
gutenberg_get_script_polyfill(
array(
'false' => 'wp-polyfill-ecmascript',
'\'fetch\' in window' => 'wp-polyfill-fetch',
'document.contains' => 'wp-polyfill-node-contains',
'window.FormData && window.FormData.prototype.keys' => 'wp-polyfill-formdata',
Expand Down

0 comments on commit fc297b1

Please sign in to comment.