This commit is contained in:
2026-01-30 19:07:31 +02:00
parent d6beef3cc4
commit 67a7d02974
+1 -3
View File
@@ -37,7 +37,7 @@ export class Ut {
} }
} }
static extendNodeUx(...classRefs) { static uxRegister(...classRefs) {
classRefs.forEach(classRef => { classRefs.forEach(classRef => {
@@ -56,8 +56,6 @@ export class Ut {
}); });
} }
static uxRegister = extendNodeUx;
static device = { static device = {
touchCapable : ('ontouchstart' in window), // Is Mobile Device Flag touchCapable : ('ontouchstart' in window), // Is Mobile Device Flag
isMobile : /Mobi/.test(navigator.userAgent), isMobile : /Mobi/.test(navigator.userAgent),