mirror of
https://github.com/status-im/react-native.git
synced 2025-02-06 14:43:49 +00:00
Remove left-over ctx property from RCTJavaScriptContext
Summary: This was left over from a previous change. Reviewed By: javache Differential Revision: D3534376 fbshipit-source-id: 6932364d1c32d8fbdf56c642893f9ea5e6dc1fee
This commit is contained in:
parent
7e5fc17983
commit
7ee2f48451
@ -77,7 +77,6 @@ struct RandomAccessBundleStartupCode {
|
|||||||
@interface RCTJavaScriptContext : NSObject <RCTInvalidating>
|
@interface RCTJavaScriptContext : NSObject <RCTInvalidating>
|
||||||
|
|
||||||
@property (nonatomic, strong, readonly) JSContext *context;
|
@property (nonatomic, strong, readonly) JSContext *context;
|
||||||
@property (nonatomic, assign, readonly) JSGlobalContextRef ctx;
|
|
||||||
|
|
||||||
- (instancetype)initWithJSContext:(JSContext *)context
|
- (instancetype)initWithJSContext:(JSContext *)context
|
||||||
onThread:(NSThread *)javaScriptThread NS_DESIGNATED_INITIALIZER;
|
onThread:(NSThread *)javaScriptThread NS_DESIGNATED_INITIALIZER;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user