Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred Heusschen committed Apr 2, 2022
1 parent 21ac8dc commit fe19ccc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions demo/onepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ <h2>API</h2>

<script>
new Mmenu(document.querySelector("#menu"), {
// pageScroll: {
// scroll: true,
// update: true,
// },
// sidebar: {
// expanded: {
// use: 800,
// },
// },
pageScroll: {
scroll: true,
update: true,
},
sidebar: {
expanded: {
use: 800,
},
},
});
</script>
</body>
Expand Down

0 comments on commit fe19ccc

Please sign in to comment.