wireload / Ratatosk

Ratatosk is a Cappuccino remote object proxy for RESTful JSON based APIs.
BSD 3-Clause "New" or "Revised" License
38 stars 14 forks source link

Fixed a bug where the WLRemoteAction did not have its `connection` property set #8

Closed milestinsley closed 11 years ago

milestinsley commented 11 years ago

The new sendRequest:withDelegate:context: method on WLRemoteLink was returning a CPURLConnection but we were not setting the connection property in WLRemoteAction.

aljungberg commented 11 years ago

Duh. Sorry about that.

aljungberg commented 11 years ago

Merged. Thanks!

milestinsley commented 11 years ago

No problem :)

Sent from my iPhone

On 10 Jan 2013, at 13:23, Alexander Ljungberg notifications@github.com wrote:

Merged. Thanks!

— Reply to this email directly or view it on GitHub.