commit 5e1c1bd5b3dc008a5aa6fadf36f86f8704f3cd3e parent 3bb221b5e3f959f59a54157cf7a92a097e1c1c64 Author: Dan Stillman <dstillman@zotero.org> Date: Tue, 16 Mar 2010 23:57:26 +0000 Remove Zotero.wait() from previous commit Diffstat:
| M | chrome/content/zotero/xpcom/attachments.js | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/attachments.js b/chrome/content/zotero/xpcom/attachments.js @@ -1091,7 +1091,6 @@ Zotero.Attachments = new function(){ continue; } size += file.fileSize; - Zotero.wait(); } return size; }