Skip to content

Commit

Permalink
Cleanup SpinnerMorph
Browse files Browse the repository at this point in the history
- give class comment
- categorize methods

Fix #3940
  • Loading branch information
astares committed Jul 13, 2019
1 parent 9dff4a4 commit a5513af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Spec-MorphicAdapters/SpinnerMorph.class.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
"
A spinning wait morph similar to what is often used on webpages
"
Class {
#name : #SpinnerMorph,
#superclass : #Morph,
Expand All @@ -16,7 +19,7 @@ SpinnerMorph class >> example [
self new openInWindow
]

{ #category : #'as yet unclassified' }
{ #category : #accessing }
SpinnerMorph class >> spinnerForm [

SpinnerForm ifNotNil: [ ^ SpinnerForm ].
Expand Down

0 comments on commit a5513af

Please sign in to comment.