www

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

commit 06acd954df1138865ba22aab869118b5faf5fe58
parent 9adbf332e3247016c4bbed3af6fa6f8b84f7c4af
Author: Simon Kornblith <simon@simonster.com>
Date:   Thu, 14 Jul 2011 00:01:14 +0000

No need to notify us that an event listener is being added


Diffstat:
Mchrome/content/zotero/browser.js | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/chrome/content/zotero/browser.js b/chrome/content/zotero/browser.js @@ -387,7 +387,6 @@ var Zotero_Browser = new function() { if(!contentWin.haveZoteroEventListener) { contentWin.addEventListener("ZoteroItemUpdated", itemUpdated, false); contentWin.haveZoteroEventListener = true; - Zotero.debug("event listener registered"); } } }