Skip to content

Commit

Permalink
[hotfix-400] Adjusted to anonymous function (sass#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
adekunleoduye authored and Natalie Weizenbaum committed Nov 7, 2019
1 parent 76a516b commit 3cd06f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/assets/js/components/navigation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Documentation Nav Scroll
(function docNav() {
$(function() {
// Vars
var nav = $(".sl-c-list-navigation-wrapper");
var sticky = nav.offset();
Expand All @@ -19,4 +19,4 @@
});

return stickyNav();
})();
});

0 comments on commit 3cd06f4

Please sign in to comment.