diff --git a/AppKit/CPSplitView.j b/AppKit/CPSplitView.j index ec1401850..94116246b 100644 --- a/AppKit/CPSplitView.j +++ b/AppKit/CPSplitView.j @@ -885,7 +885,7 @@ Notifies the delegate when the subviews will be resized. Lets the delegate specify a different rect for which the user can drag the splitView divider. @code -- (BOOL)splitView: (CPSplitView)aSplitView shouldAdjustSizeOfSubview: (CPView)aSubView +- (BOOL)splitView:(CPSplitView)aSplitView shouldAdjustSizeOfSubview:(CPView)aSubView @endcode Allows the delegate to specify which of the CPSplitView's subviews should adjust if the window is resized.