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),