More tweaks to select items behavior

This commit is contained in:
Simon Kornblith 2011-06-17 18:52:53 +00:00
parent 1695ab4bdf
commit d1fa4399af

View file

@ -353,11 +353,9 @@ Zotero.Translate.Sandbox = {
}
}
} else { // no handler defined; assume they want all of them
return options;
if(callback) callback(items);
return items;
}
if(callback) callback(options);
return options;
},
/**