undo apparent revert of r7224 by merging r7225

This commit is contained in:
Simon Kornblith 2010-11-04 17:09:09 +00:00
parent f4d722d028
commit b31eb91a4a

View file

@ -1113,7 +1113,7 @@ Zotero.Integration.Session.prototype.getCitationField = function(citation) {
var properties = JSON.stringify(citation.properties, saveProperties);
if(properties != "{}") {
field.push('"properties":{'+properties+"}");
field.push('"properties":'+properties);
}
var citationItems = [];