www

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

commit c76531e1d42c605aafaefbc22ce79ef4f0da056e
parent 814b16d3456165af4572806bec5025406a4952da
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue,  3 Jan 2012 15:33:33 -0500

Fix small nit

Diffstat:
Mchrome/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 @@ -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) {