Skip to content

Commit e9d4acd

Browse files
author
Pinglin Tang
committed
Merge pull request #27 from thomasdegry/master
Updated for Almofire 1.3.0
2 parents eda9c50 + be095c5 commit e9d4acd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Alamofire-SwiftyJSON.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ extension Request {
3737
*/
3838
public func responseSwiftyJSON(queue: dispatch_queue_t? = nil, options: NSJSONReadingOptions = .AllowFragments, completionHandler: (NSURLRequest, NSHTTPURLResponse?, JSON, NSError?) -> Void) -> Self {
3939

40-
return response(queue: queue, serializer: Request.JSONResponseSerializer(options: options), completionHandler: { (request, response, object, error) -> Void in
40+
return response(queue: queue, responseSerializer: Request.JSONResponseSerializer(options: options), completionHandler: { (request, response, object, error) -> Void in
4141

4242
dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), {
4343

0 commit comments

Comments
 (0)