Merge branch 'master' of github.com:twotoasters/RestKit

This commit is contained in:
Blake Watters
2010-03-04 14:27:59 -05:00

View File

@@ -53,7 +53,7 @@ extern NSString* const RKDidEnterOnlineModeNotification;
/**
* The REST client for this manager
*/
@property (nonatomic, readonly) RKClient* client;
@property (nonatomic, retain) RKClient* client;
/**
* Puts the manager into offline mode. Requests will not be sent.