From d7ef31c4f5a16c13c2a6d678c21a139a77577c15 Mon Sep 17 00:00:00 2001 From: Aparajita Fishman Date: Tue, 17 May 2011 10:51:09 -0700 Subject: [PATCH] Documentation tweak --- AppKit/CPScrollView.j | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/AppKit/CPScrollView.j b/AppKit/CPScrollView.j index 4cd2a3687..167c8d53c 100644 --- a/AppKit/CPScrollView.j +++ b/AppKit/CPScrollView.j @@ -356,10 +356,11 @@ /*! Sets the type of border to be drawn around the view. Valid types are: - CPNoBorder - CPLineBorder - CPBezelBorder - CPGrooveBorder +
+    CPNoBorder
+    CPLineBorder
+    CPBezelBorder
+    CPGrooveBorder
*/ - (void)setBorderType:(CPBorderType)borderType {