Skip to content

Commit

Permalink
Framework: Remove invalid reference to WeakMap polyfill (#5079)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduth committed Feb 26, 2018
1 parent 1232d37 commit 09de363
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client-assets.php
Expand Up @@ -155,7 +155,6 @@ function gutenberg_register_scripts_and_styles() {
gutenberg_get_script_polyfill( array(
'\'Promise\' in window' => 'promise',
'\'fetch\' in window' => 'fetch',
'\'WeakMap\' in window' => 'WeakMap',
) ),
'before'
);
Expand Down

0 comments on commit 09de363

Please sign in to comment.