Skip to content

Commit

Permalink
Proper reference to JSContext (#149)
Browse files Browse the repository at this point in the history
Fixes #148
  • Loading branch information
mfikes authored Aug 28, 2019
1 parent 058b733 commit 04ea9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Replete/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

@interface AppDelegate ()

@property (assign, nonatomic) JSContext* context;
@property (strong, nonatomic) JSContext* context;
@property (strong, nonatomic) JSValue* readEvalPrintFn;
@property (strong, nonatomic) JSValue* chivorcamReferred;
@property (strong, nonatomic) JSValue* formatFn;
Expand Down

0 comments on commit 04ea9b8

Please sign in to comment.