UILayoutTool.st
changeset 2365 b63bf46bc18a
parent 2322 14839acab637
child 2379 d54bd94c8090
--- 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