commit ce355357ae7d9c42d86f26ec86f787a2ba8dce9f
parent 1ed47f48235d958baf7989d30957a2d774bb2fd0
Author: Simon Kornblith <simon@simonster.com>
Date: Mon, 29 Oct 2012 15:55:27 -0400
Remove callback line from merge
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js
@@ -359,8 +359,6 @@ Zotero.Attachments = new function(){
wbp.saveURI(nsIURL, null, null, null, null, file, null);
}
- if(callback) callback(attachmentItem);
-
return attachmentItem;
}
catch (e){