Typo in last commit.

Reviewed by me.
This commit is contained in:
Francisco Ryan Tolmasky I
2009-12-11 12:03:25 -08:00
parent eb43e416ae
commit d200df3e9c
+1 -1
View File
@@ -389,7 +389,7 @@ var kvoNewAndOld = CPKeyValueObservingOptionNew|CPKeyValueObservingOptionOld,
for (; index < count; ++index)
{
var key = dependentKeyPaths[index];
var keyPath = dependentKeyPaths[index];
[self _sendNotificationsForKey:keyPath
changeOptions:isBefore ? [changeOptions copy] : _changesForKey[keyPath]