WIP: use es-modules

This commit is contained in:
j 2026-02-16 22:16:19 +01:00
commit baef49f116
143 changed files with 738 additions and 55 deletions

View file

@ -1,4 +1,5 @@
'use strict';
import Ox from './../../../Ox/js/Namespace.js';
/*@
Ox.ImageElement <f> Simple image element with loading indication
@ -82,4 +83,4 @@ Ox.ImageElement = function(options, self) {
return that;
};
};