Skip to content
Snippets Groups Projects
myapp.js 114 B
Newer Older
'use strict';

const init = evt => {
    //do any initialisation here

};

window.addEventListener("load", init);