Skip to content

Commit

Permalink
Merge pull request #8 from milestinsley/master
Browse files Browse the repository at this point in the history
Fixed a bug where the WLRemoteAction did not have its `connection` property set
  • Loading branch information
aljungberg committed Jan 10, 2013
2 parents 1cf97db + 9a4aeed commit 4dd589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WLRemoteLink.j
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ var WLRemoteActionSerial = 1;
*/
- (CPURLConnection)makeConnectionWithRequest:(CPURLRequest)aRequest
{
[[self link] sendRequest:aRequest withDelegate:self context:self];
connection = [[self link] sendRequest:aRequest withDelegate:self context:self];
}

- (void)connection:(CPURLConnection)aConnection didReceiveResponse:(CPURLResponse)aResponse
Expand Down

0 comments on commit 4dd589c

Please sign in to comment.