First commits be like
This commit is contained in:
13
sunpy/orep/orep.js
Normal file
13
sunpy/orep/orep.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import { RenderNode } from "../canvas/renderer.js";
|
||||
|
||||
/*
|
||||
var onloadOld = onload || (() => {});
|
||||
onload = () => {
|
||||
onloadOld();
|
||||
init();
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
}
|
||||
*/
|
||||
Reference in New Issue
Block a user