smalltalk
/
osmo-st-msc
Archived
1
0
Fork 0

misc: Make the code more portable by using "self basicNew initialize"

This commit is contained in:
Holger Hans Peter Freyther 2014-07-24 15:46:50 +02:00
parent 8ed44f5055
commit e21c4af38c
1 changed files with 1 additions and 3 deletions

View File

@ -167,9 +167,7 @@ Object subclass: MSCApplication [
MSCApplication class >> new [
<category: 'creation'>
^ super new
initialize;
yourself
^self basicNew initialize
]
initialize [