capp_lint will not flag CPRectEdge, more linking

This commit is contained in:
Aparajita Fishman
2013-01-20 07:24:00 +07:00
parent 51c09a1b02
commit 17f07ee888
8 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -342,10 +342,10 @@ var CPSharedDocumentController = nil;
- (void)closeAllDocumentsWithDelegate:(id)aDelegate didCloseAllSelector:(SEL)didCloseSelector contextInfo:(Object)info
{
var context = {
delegate: aDelegate,
selector: didCloseSelector,
context: info
};
delegate: aDelegate,
selector: didCloseSelector,
context: info
};
[self _closeDocumentsStartingWith:nil shouldClose:YES context:context];
}