JSAction base property should be eweak as it creates a circular reference with base...
[enjoyable.git] / SubAction.h
index 51a8509..7b297d8 100644 (file)
@@ -14,6 +14,4 @@
 
 - (id)initWithIndex:(int)newIndex name:(NSString *)newName  base:(JSAction *)newBase;
 
-@property (assign) BOOL active;
-
 @end