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