From 67a7d0297457a83a5046060c87f14f78adbc5a76 Mon Sep 17 00:00:00 2001 From: grainsoft Date: Fri, 30 Jan 2026 19:07:31 +0200 Subject: [PATCH] updates --- src/utils/Ut.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/utils/Ut.js b/src/utils/Ut.js index c9a7a32..290b10b 100644 --- a/src/utils/Ut.js +++ b/src/utils/Ut.js @@ -37,7 +37,7 @@ export class Ut { } } - static extendNodeUx(...classRefs) { + static uxRegister(...classRefs) { classRefs.forEach(classRef => { @@ -56,8 +56,6 @@ export class Ut { }); } - static uxRegister = extendNodeUx; - static device = { touchCapable : ('ontouchstart' in window), // Is Mobile Device Flag isMobile : /Mobi/.test(navigator.userAgent),