Skip to content

Commit

Permalink
Update client-assets.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb authored Jan 10, 2018
1 parent 6616685 commit 80a6b5d
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 @@ -284,7 +284,7 @@ function gutenberg_register_vendor_scripts() {
);
gutenberg_register_vendor_script(
'promise',
'https://unpkg.com/promise-polyfill@7.0.0/dist/promise.min.js'
'https://unpkg.com/promise-polyfill@7.0.0/dist/promise' . $suffix . '.js'
);

// TODO: This is only necessary so long as WordPress 4.9 is not yet stable,
Expand Down

0 comments on commit 80a6b5d

Please sign in to comment.