changed script extension

develop
Are0h 3 years ago
parent 43d0694e70
commit 30a09a9865

@ -1,18 +0,0 @@
export default class Base {
//--------------------------
// constructor
//--------------------------
constructor() {
this.start();
}
start() {
console.log('Connected like F.E.');
}
//--------------------------
// methods
//--------------------------
//--------------------------
// event handlers
//--------------------------
}

@ -1,9 +0,0 @@
import Base from './Base.mjs';
document.addEventListener(
'DOMContentLoaded',
function () {
var base = new Base();
},
false
);
Loading…
Cancel
Save