[hotfix-400] Adjusted to anonymous function (#404)

This commit is contained in:
Adekunle Oduye 2019-11-07 14:13:49 -05:00 committed by Natalie Weizenbaum
parent d409989a83
commit a3ee04c5d5

View File

@ -1,5 +1,5 @@
// Documentation Nav Scroll
(function docNav() {
$(function() {
// Vars
var nav = $(".sl-c-list-navigation-wrapper");
var sticky = nav.offset();
@ -19,4 +19,4 @@
});
return stickyNav();
})();
});