aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-24 15:46:50 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-24 15:46:50 +0200
commite21c4af38c3fc1b5482cd9f47e4e73807e9dd098 (patch)
treeef9e0c80caaacc2cb0150fdd6c9194317a033596
parent8ed44f50556a684f16b73f93e200029ac6551e31 (diff)
misc: Make the code more portable by using "self basicNew initialize"on-waves/0.0.3
-rw-r--r--src/MSC.st4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/MSC.st b/src/MSC.st
index 0cf1e75..ec3fea0 100644
--- a/src/MSC.st
+++ b/src/MSC.st
@@ -167,9 +167,7 @@ Object subclass: MSCApplication [
MSCApplication class >> new [
<category: 'creation'>
- ^ super new
- initialize;
- yourself
+ ^self basicNew initialize
]
initialize [