From 4f9d39614b057a8880f3d5e74d672203bcd33925 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Mon, 10 Aug 2009 00:43:55 +0000 Subject: [PATCH] Missed file in previous commit --- chrome/content/zotero/xpcom/zotero.js | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js index 1e328e6d4..4041b1739 100644 --- a/chrome/content/zotero/xpcom/zotero.js +++ b/chrome/content/zotero/xpcom/zotero.js @@ -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'