mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
lint
This commit is contained in:
parent
e0ab1f9891
commit
4a4d2a2004
@ -932,6 +932,6 @@ function onLoaded(apple2, disk2, smartPort, printer, e) {
|
|||||||
|
|
||||||
export function initUI(apple2, disk2, smartPort, printer, e) {
|
export function initUI(apple2, disk2, smartPort, printer, e) {
|
||||||
window.addEventListener('load', () => {
|
window.addEventListener('load', () => {
|
||||||
onLoaded(apple2, disk2, smartPort, printer, e)
|
onLoaded(apple2, disk2, smartPort, printer, e);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user