www

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

commit 831a6d0456d86b26611017ee6760a3231b2ba242
parent 7816ef83c930d7a6abcb41e592991ae7870f8ae2
Author: Dan Stillman <dstillman@zotero.org>
Date:   Mon, 25 Jan 2010 20:34:42 +0000

Missing file from previous commit


Diffstat:
Mchrome/content/zotero/xpcom/error.js | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/xpcom/error.js b/chrome/content/zotero/xpcom/error.js @@ -44,6 +44,7 @@ Zotero.Error.ERROR_INVALID_SYNC_LOGIN = 4; Zotero.Error.ERROR_ZFS_OVER_QUOTA = 5; Zotero.Error.ERROR_ZFS_UPLOAD_QUEUE_LIMIT = 6; Zotero.Error.ERROR_ZFS_FILE_EDITING_DENIED = 7; +Zotero.Error.ERROR_INVALID_ITEM_TYPE = 8; //Zotero.Error.ERROR_SYNC_EMPTY_RESPONSE_FROM_SERVER = 6; //Zotero.Error.ERROR_SYNC_INVALID_RESPONSE_FROM_SERVER = 7;