changeset 10 | 82a37ccf6b8c |
parent 7 | 59addced5e2a |
child 11 | e5976864dfe9 |
1.1 --- a/Target.m Fri May 02 12:49:43 2008 -0700 1.2 +++ b/Target.m Tue May 20 17:40:28 2008 -0700 1.3 @@ -136,6 +136,7 @@ 1.4 id result; 1.5 NSMutableArray *invocations = $castIf(NSMutableArray,_invocations); 1.6 if( invocations ) { 1.7 + result = nil; 1.8 for( NSInvocation *invocation in invocations ) 1.9 result = invokeSingleTarget(invocation,sender); 1.10 } else {