The Trunk: 51Deprecated-mt.21.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: 51Deprecated-mt.21.mcz

commits-2
Marcel Taeumel uploaded a new version of 51Deprecated to project The Trunk:
http://source.squeak.org/trunk/51Deprecated-mt.21.mcz

==================== Summary ====================

Name: 51Deprecated-mt.21
Author: mt
Time: 17 April 2016, 3:40:38.829563 pm
UUID: eb889a15-3f92-8449-a82e-fae0cbcb02fc
Ancestors: 51Deprecated-mt.20

Removes some ancient compatibility code for running Morphic worlds in MVC views. This feature, however, stopped working long time ago.

=============== Diff against 51Deprecated-mt.20 ===============

Item was added:
+ ----- Method: PasteUpMorph>>privateOuterDisplayWorld (in category '*51Deprecated-Morphic') -----
+ privateOuterDisplayWorld
+
+ worldState displayWorld: self submorphs: submorphs
+ !