Docs: most-visible as external JavaScript

This commit is contained in:
Lucas Larroche 2021-10-25 10:10:31 +07:00
parent f882718851
commit d68d7b86fa
4 changed files with 3 additions and 158 deletions

View file

@ -8,13 +8,8 @@
* Copyright 2019-2021 - Licensed under MIT
*/
import * as MostVisible from './most-visible.js';
export const scrollspy = {
mostVisible() {
new MostVisible();
},
// Config
minWidth: '992px',
interval: 75,