mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 17:26:19 +08:00
[win] for bug 64942
This commit is contained in:
@ -615,6 +615,9 @@ define([
|
||||
isFeatureAvailable: function (feature) {
|
||||
return !!native && !!native[feature];
|
||||
},
|
||||
isWinXp: function () {
|
||||
return nativevars && nativevars.os === 'winxp';
|
||||
},
|
||||
call: function (name) {
|
||||
if ( native[name] ) {
|
||||
let args = [].slice.call(arguments, 1);
|
||||
@ -674,7 +677,7 @@ define([
|
||||
|
||||
return false;
|
||||
},
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
!Common.Controllers && (Common.Controllers = {});
|
||||
|
||||
Reference in New Issue
Block a user