Fix for undefined key handling.

Reviewed by me.
This commit is contained in:
Nicholas Small
2009-05-31 01:35:51 -07:00
committed by Francisco Ryan Tolmasky I
parent 8a9b9d4821
commit ef9053f1ba
+2 -2
View File
@@ -247,9 +247,9 @@ CPUnknownUserInfoKey = @"CPUnknownUserInfoKey";
self[ivar] = aValue;
[self didChangeValueForKey:aKey];
return;
}
return;
}
[self setValue:aValue forUndefinedKey:aKey];