www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 4f9d39614b057a8880f3d5e74d672203bcd33925
parent 19c6e59babd39e67f020a79dd7c1defb86b29c97
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 10 Aug 2009 00:43:55 +0000

Missed file in previous commit


Diffstat:
Mchrome/content/zotero/xpcom/zotero.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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'