X-Git-Url: https://git.yukkurigames.com/?p=enjoyable.git;a=blobdiff_plain;f=JSAction.m;h=6903c56f922238a789e90d351b7faf9631a8dc07;hp=0cb98554bf020ba58c622924533e9da9ebadf23e;hb=68fe4de58269fc00e70e59453e05098ccd4341a2;hpb=25dd74a4a34f4ba7ec797360bd8f92cbd7bc758e diff --git a/JSAction.m b/JSAction.m index 0cb9855..6903c56 100644 --- a/JSAction.m +++ b/JSAction.m @@ -9,13 +9,6 @@ @implementation JSAction -@synthesize cookie; -@synthesize index; -@synthesize children; -@synthesize base; -@synthesize name; -@synthesize active; - - (id)initWithName:(NSString *)newName base:(JSAction *)newBase { if ((self = [super init])) { self.name = newName; @@ -29,7 +22,7 @@ } - (NSString *)uid { - return [NSString stringWithFormat:@"%@~%@", [self.base uid], self.name]; + return [NSString stringWithFormat:@"%@~%@", [_base uid], _name]; } - (void)notifyEvent:(IOHIDValueRef)value {