updates
This commit is contained in:
+1
-3
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user