commit a3375d540b972a8cf7fb14f3850278c341a60643 parent 7572eebcd1538dfa5ea33a42b8b7874d2081d4e3 Author: Dan Stillman <dstillman@zotero.org> Date: Wed, 7 Aug 2013 17:06:48 -0400 Fix comment that broke 7572eebcd Diffstat:
| M | 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 @@ -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 };