mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-07 13:59:01 +00:00
8 lines
99 B
JavaScript
8 lines
99 B
JavaScript
![]() |
/* global LazyLoad */
|
||
|
|
||
|
const page = {}
|
||
|
|
||
|
window.onload = () => {
|
||
|
page.lazyLoad = new LazyLoad()
|
||
|
}
|