mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-24 11:20:42 +00:00
Typo in last commit.
Reviewed by me.
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user