www

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

commit f10b1dbd94520466d2d0c1b6b58ab42023a3711d
parent 214d85786161b50f9e3d56bbb6cbad0feab5ed27
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 27 Oct 2010 02:45:39 +0000

don't actually need isConnector


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

diff --git a/chrome/content/zotero/xpcom/zotero.js b/chrome/content/zotero/xpcom/zotero.js @@ -219,8 +219,6 @@ var Zotero = new function(){ } } - this.isConnector = false; - // OS platform var win = Components.classes["@mozilla.org/appshell/appShellService;1"] .getService(Components.interfaces.nsIAppShellService)