Skip to content

Commit

Permalink
Changed CPArray_KVO.j to CPArray+KVO.j.
Browse files Browse the repository at this point in the history
Reviewed by me.
  • Loading branch information
Francisco Ryan Tolmasky I committed Jan 21, 2009
1 parent a45869b commit bb135f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Foundation/CPKeyValueCoding.j
Expand Up @@ -278,4 +278,4 @@ CPUnknownUserInfoKey = @"CPUnknownUserInfoKey";

@end

@import "CPArray_KVO.j"
@import "CPArray+KVO.j"
2 changes: 1 addition & 1 deletion Foundation/CPKeyValueObserving.j
Expand Up @@ -582,4 +582,4 @@ var _kvoRemoveMethodForMethod = function _kvoRemoveMethodForMethod(theKey, theMe
}
}

@import "CPArray_KVO.j"
@import "CPArray+KVO.j"

0 comments on commit bb135f0

Please sign in to comment.