7 lines
76 B
JavaScript
7 lines
76 B
JavaScript
'use strict';
|
|
|
|
window.addEventListener('load', init);
|
|
|
|
function init() {
|
|
|
|
}
|