www

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

commit 5285fadded70581254465e2ed7e865fe0fc2e7a4
parent 126d55b3c3bb870a58c79498f02319c9cbacdb7d
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sat, 28 Feb 2015 18:20:55 -0800

Merge pull request #655 from aurimasv/csl-json-export

Regression from f0bd1e77ffab6dbc7fbd600dc1acc11844aa2e02
Diffstat:
Mchrome/content/zotero/xpcom/utilities.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js @@ -1532,7 +1532,7 @@ Zotero.Utilities = { var fields = CSL_TEXT_MAPPINGS[variable]; for(var i=0, n=fields.length; i<n; i++) { var field = fields[i], - value; + value = null; if(field in zoteroItem) { value = zoteroItem[field];