fix loading, minify with rollup

This commit is contained in:
j 2026-02-18 17:02:08 +01:00
commit dd5237e4ed
156 changed files with 794 additions and 971 deletions

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.DocPage <f> DocPage

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.DocPanel <f> Documentation Panel

View file

@ -1,5 +1,5 @@
'use strict'
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ExamplePage <f> Example Page

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.ExamplePanel <f> Example Panel

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.SourceViewer <f> Source Viewer

View file

@ -1,5 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
import Ox from './../../../Ox/js/Ox.Global.js';
/*@
Ox.SyntaxHighlighter <f> Syntax Highlighter