From 8e3e901559b15b121f2bec7808465f55f306af3e Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Wed, 9 Nov 2016 16:55:31 +0000 Subject: [PATCH] Twenty Seventeen fix for Travis Error Removed semi-colo on line 46 Props swissspidy Built from https://develop.svn.wordpress.org/trunk@39184 git-svn-id: http://core.svn.wordpress.org/trunk@39124 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyseventeen/assets/js/global.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/twentyseventeen/assets/js/global.js b/wp-content/themes/twentyseventeen/assets/js/global.js index cced97c475..45995ef5aa 100644 --- a/wp-content/themes/twentyseventeen/assets/js/global.js +++ b/wp-content/themes/twentyseventeen/assets/js/global.js @@ -43,7 +43,7 @@ if ( offsetDiff < fixedNavHeight ) { $( window ).scrollTo( itemScrollTop - ( fixedNavHeight + 50 ), 600); - }; + } } } ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 207ed89664..721ec6c182 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-beta2-39183'; +$wp_version = '4.7-beta2-39184'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.