Skip to content

Commit

Permalink
Refactored RKSounds, moved it into it's own library, and fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklockwood committed Apr 28, 2015
1 parent f2b38ba commit 4829775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Network/RCTDataManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ @implementation RCTDataManager
responseJSON = @{
@"status": @0,
@"responseHeaders": @{},
@"responseText": [connectionError localizedDescription] ?: [NSNull null];
@"responseText": [connectionError localizedDescription] ?: [NSNull null]
};
}

Expand Down

0 comments on commit 4829775

Please sign in to comment.