Skip to content

Commit

Permalink
[cappuccino#262 state:resolved] Typo in CAAnimation
Browse files Browse the repository at this point in the history
  • Loading branch information
tbalthazar authored and Ross Boucher committed Apr 19, 2009
1 parent 1cf40a7 commit b24011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppKit/CoreAnimation/CAAnimation.j
Expand Up @@ -144,7 +144,7 @@
{
var animation = [self animation];

[animation setKeypath:aKeyPath];
[animation setKeyPath:aKeyPath];

return animation;
}
Expand Down

0 comments on commit b24011c

Please sign in to comment.