From 11ef3f9696eded4169dc1f8eef72bec9c83ea579 Mon Sep 17 00:00:00 2001 From: Dave Caunt Date: Fri, 11 Oct 2013 05:11:51 +0200 Subject: [PATCH] [Issue #1475] Adding missing text/javascript MIME type from JSON response serializer documentation Signed-off-by: Mattt Thompson --- AFNetworking/AFURLResponseSerialization.h | 1 + 1 file changed, 1 insertion(+) diff --git a/AFNetworking/AFURLResponseSerialization.h b/AFNetworking/AFURLResponseSerialization.h index 02051b6..7728089 100644 --- a/AFNetworking/AFURLResponseSerialization.h +++ b/AFNetworking/AFURLResponseSerialization.h @@ -107,6 +107,7 @@ - `application/json` - `text/json` + - `text/javascript` */ @interface AFJSONResponseSerializer : AFHTTPResponseSerializer