Missed file in previous commit

This commit is contained in:
Dan Stillman 2009-08-10 00:43:55 +00:00
parent 19c6e59bab
commit 4f9d39614b

View File

@ -184,6 +184,7 @@ var Zotero = new function(){
var appInfo =
Components.classes["@mozilla.org/xre/app-info;1"].
getService(Components.interfaces.nsIXULAppInfo)
this.appName = appInfo.name;
this.isFx2 = appInfo.platformVersion.indexOf('1.8') === 0; // TODO: remove
this.isFx3 = appInfo.platformVersion.indexOf('1.9') === 0;
this.isFx30 = appInfo.platformVersion == '1.9'