mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-21 10:41:32 +00:00
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
|
/* global LazyLoad */
|
||
|
|
||
|
const page = {}
|
||
|
|
||
|
window.onload = () => {
|
||
|
page.lazyLoad = new LazyLoad()
|
||
|
}
|