www

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

commit 4dde67acd1ed0d9d95dabc3bdb29324358e22c4a
parent 48b8361c8aff381ad96f3732c8ea3ba5e0a20093
Author: Dan Stillman <dstillman@zotero.org>
Date:   Fri, 17 Jul 2009 05:32:47 +0000

Pushed ScienceDirect, Amazon.com, National Archives of South Africa


Diffstat:
Mrepotime.txt | 2+-
Mtranslators/Amazon.com.js | 2+-
Mtranslators/National Archives of South Africa.js | 2+-
Mtranslators/ScienceDirect.js | 10+++++-----
4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/repotime.txt b/repotime.txt @@ -1 +1 @@ -2009-07-16 10:35:00 +2009-07-17 05:30:00 diff --git a/translators/Amazon.com.js b/translators/Amazon.com.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2009-01-08 08:19:07" + "lastUpdated":"2009-07-17 05:25:00" } function detectWeb(doc, url) { diff --git a/translators/National Archives of South Africa.js b/translators/National Archives of South Africa.js @@ -8,7 +8,7 @@ "maxVersion":"", "priority":100, "inRepository":true, - "lastUpdated":"2008-08-21 15:45:00" + "lastUpdated":"2009-07-17 05:25:00" } function detectWeb(doc, url) { diff --git a/translators/ScienceDirect.js b/translators/ScienceDirect.js @@ -8,7 +8,7 @@ "maxVersion":null, "priority":100, "inRepository":true, - "lastUpdated":"2009-06-04 00:00:00" + "lastUpdated":"2009-07-17 05:30:00" } function detectWeb(doc, url) { @@ -185,8 +185,8 @@ function doWeb(doc, url) { }); } else { - var functioncallbacks = [first, second, third]; - Zotero.Utilities.processAsync(sets, functioncallbacks, function() {Zotero.done()}); + var callbacks = [first, second, third]; + Zotero.Utilities.processAsync(sets, callbacks, function() {Zotero.done()}); } } else { @@ -298,11 +298,11 @@ function doWeb(doc, url) { next(); }); }; - var functioncallbacks = [first, second]; + var callbacks = [first, second]; if(detectWeb(doc, url) == "journalArticle") { second({item:unauthScrape(doc)}, function() {Zotero.done()}); } else { - Zotero.Utilities.processAsync(sets, functioncallbacks, function() {Zotero.done()}); + Zotero.Utilities.processAsync(sets, callbacks, function() {Zotero.done()}); } }