From c76531e1d42c605aafaefbc22ce79ef4f0da056e Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Tue, 3 Jan 2012 15:33:33 -0500 Subject: [PATCH] Fix small nit --- chrome/content/zotero/bindings/itembox.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml index b892670d2..4372e584d 100644 --- a/chrome/content/zotero/bindings/itembox.xml +++ b/chrome/content/zotero/bindings/itembox.xml @@ -1730,7 +1730,7 @@ } //Add the creators in lastNameArray one at a time - for each(tempName in nameArray) { + for each(var tempName in nameArray) { // Check for tab to determine creator name format otherFields.fieldMode = (tempName.indexOf('\t') == -1) ? 1 : 0; if (otherFields.fieldMode == 0) {