Split out Architype class from loading code
This commit is contained in:
10
architype.js
Normal file
10
architype.js
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
addEventListener('error', (e) => {
|
||||
console.log(e);
|
||||
});
|
||||
|
||||
<!--# include file="Architype.js" -->
|
||||
<!--# include file="utils.js" -->
|
||||
|
||||
new Architype(document.getElementById('architype'));
|
||||
Reference in New Issue
Block a user