From a3375d540b972a8cf7fb14f3850278c341a60643 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Wed, 7 Aug 2013 17:06:48 -0400 Subject: [PATCH] Fix comment that broke 7572eebcd --- chrome/content/zotero/bindings/itembox.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index 34538c8ac..f7718ac63 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -2416,9 +2416,9 @@ ); typeBox.setAttribute('typeid', typeID); - // If a creator textbox is already open, we need to - // change its autocomplete parameters so that it - // completes on a creator with a different creator type + /* If a creator textbox is already open, we need to + change its autocomplete parameters so that it + completes on a creator with a different creator type */ var changedParams = { creatorTypeID: typeID };