www

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

commit c6b812f0b16fb5c84c81a9abb96c8532f26cf879
parent b41e2368a5b61a40e89ce18fa27376b01caee7b1
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed, 10 Oct 2012 15:31:48 -0400

Fix typo

Diffstat:
Mchrome/content/zotero/recognizePDF.js | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/recognizePDF.js b/chrome/content/zotero/recognizePDF.js @@ -486,8 +486,8 @@ Zotero_RecognizePDF.Recognizer.prototype._selectItems = function(/**Zotero.Trans /**Object*/ items, /**Function**/ callback) { for(var i in items) { var obj = {}; - obj[i] = items; + obj[i] = items[i]; callback(obj); return; } -} -\ No newline at end of file +}