From b847c1c2c43ece99936104d78e99899383cbfaa4 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Wed, 9 Nov 2016 16:54:51 +0000 Subject: [PATCH] Twenty Seventeen fix for Travis Error Removed semi-colo on line 46 Props swissspidy git-svn-id: https://develop.svn.wordpress.org/trunk@39184 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/assets/js/global.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyseventeen/assets/js/global.js b/src/wp-content/themes/twentyseventeen/assets/js/global.js index cced97c475..45995ef5aa 100644 --- a/src/wp-content/themes/twentyseventeen/assets/js/global.js +++ b/src/wp-content/themes/twentyseventeen/assets/js/global.js @@ -43,7 +43,7 @@ if ( offsetDiff < fixedNavHeight ) { $( window ).scrollTo( itemScrollTop - ( fixedNavHeight + 50 ), 600); - }; + } } } );