*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 20 Jun 2008 11:39:27 +0200
changeset 2365 b63bf46bc18a
parent 2364 121c79884983
child 2366 69ed2aeb7e3d
*** empty log message ***
UILayoutTool.st
--- a/UILayoutTool.st	Fri Jun 20 11:39:20 2008 +0200
+++ b/UILayoutTool.st	Fri Jun 20 11:39:27 2008 +0200
@@ -596,11 +596,9 @@
 !UILayoutTool methodsFor:'aspects'!
 
 aspectFor:aKey
-    "returns aspect for a key or nil
-    "
-  ^ aspects at:aKey ifAbsent:[ super aspectFor:aKey ]
-
-
+    "returns the aspect for a aKey or nil"
+
+    ^ aspects at:aKey ifAbsent:[ super aspectFor:aKey ]
 !
 
 layoutCanvasHolder