Bundled Themes: Fix JSHint error in [46445]

Props ianbelanger.
See #48110.
Built from https://develop.svn.wordpress.org/trunk@46447


git-svn-id: http://core.svn.wordpress.org/trunk@46245 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2019-10-08 19:52:03 +00:00
parent faaf3be0b1
commit 0b67a91c1c
2 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ twentytwenty.coverModals = {
htmlStyle.setProperty( styleKey, styles[ styleKey ] );
} );
_win.twentytwenty.scrolled = parseInt( styles.top );
_win.twentytwenty.scrolled = parseInt( styles.top, 10 );
if ( adminBar ) {
_doc.body.style.setProperty( 'padding-top', paddingTop );

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.3-beta2-46446';
$wp_version = '5.3-beta2-46447';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.