Remove unused Zotero.isBigSurOrLater property
This commit is contained in:
parent
f9dab9b041
commit
8440501ad2
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@ Services.scriptloader.loadSubScript("resource://zotero/polyfill.js");
|
|||
this.isWin = (this.platform.substr(0, 3) == "Win");
|
||||
this.isLinux = (this.platform.substr(0, 5) == "Linux");
|
||||
this.oscpu = win.navigator.oscpu;
|
||||
this.isBigSurOrLater = this.isMac && !/Mac OS X 10.([1-9]|1[0-5])/.test(win.navigator.oscpu);
|
||||
|
||||
// Browser
|
||||
Zotero.browser = "g";
|
||||
|
|
Loading…
Add table
Reference in a new issue