X-Git-Url: https://git.yukkurigames.com/?a=blobdiff_plain;f=JSAction.m;h=6903c56f922238a789e90d351b7faf9631a8dc07;hb=5de694150d275d27119d344cbb1d61bc31d75268;hp=0216e582f1e3729c1a61d8231dc36a7c6eab3a80;hpb=2fb801b58b29997f54443d9879d2e20ae8b169ad;p=enjoyable.git 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 {