From ce539b1cd0bf655a25751582f28f37e4b2679033 Mon Sep 17 00:00:00 2001 From: campers Date: Mon, 11 May 2015 14:17:24 +0800 Subject: [PATCH] Update parse.d.ts Remove duplicate FILE_DELETE_ERROR, (keep in code numeric order) --- parse/parse.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/parse/parse.d.ts b/parse/parse.d.ts index 01d72df7a3..9f8df5c3f6 100644 --- a/parse/parse.d.ts +++ b/parse/parse.d.ts @@ -842,7 +842,6 @@ declare module Parse { INVALID_CONTENT_LENGTH = 128, FILE_TOO_LARGE = 129, FILE_SAVE_ERROR = 130, - FILE_DELETE_ERROR = 153, DUPLICATE_VALUE = 137, INVALID_ROLE_NAME = 139, EXCEEDED_QUOTA = 140,