diff --git a/src/utils/Ut.js b/src/utils/Ut.js index b4bc060..c9a7a32 100644 --- a/src/utils/Ut.js +++ b/src/utils/Ut.js @@ -56,6 +56,8 @@ export class Ut { }); } + static uxRegister = extendNodeUx; + static device = { touchCapable : ('ontouchstart' in window), // Is Mobile Device Flag isMobile : /Mobi/.test(navigator.userAgent),