[Issue #1475] Adding missing text/javascript MIME type from JSON response serializer documentation

Signed-off-by: Mattt Thompson <m@mattt.me>
This commit is contained in:
Dave Caunt 2013-10-11 05:11:51 +02:00 committed by Mattt Thompson
parent a2d35132e3
commit 11ef3f9696

View File

@ -107,6 +107,7 @@
- `application/json`
- `text/json`
- `text/javascript`
*/
@interface AFJSONResponseSerializer : AFHTTPResponseSerializer