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
This commit is contained in:
Tammie Lister
2016-11-09 16:54:51 +00:00
parent 208e443dc5
commit b847c1c2c4

View File

@@ -43,7 +43,7 @@
if ( offsetDiff < fixedNavHeight ) {
$( window ).scrollTo( itemScrollTop - ( fixedNavHeight + 50 ), 600);
};
}
}
} );