Docs: Clean JS imports

This commit is contained in:
Lucas Larroche 2021-10-23 12:17:04 +07:00
parent 8e028956e9
commit 688a638d4d
12 changed files with 204 additions and 3351 deletions

View file

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