[Pharo-project] does anybody knows what is updateReferencesUsing: aDictionary
March 6, 2012
2:15 p.m.
SimpleButtonMorph>>updateReferencesUsing: aDictionary "Copy and update references in the arguments array during copying." super updateReferencesUsing: aDictionary. arguments _ arguments collect: [:old | aDictionary at: old ifAbsent: [old]]. no users. I would remove it. Stef
March 6, 2012
2:16 p.m.
New subject: [Pharo-project] does anybody knows what is updateReferencesUsing: aDictionary
sorry was in an old image. Ignore On Mar 6, 2012, at 3:15 PM, Stéphane Ducasse wrote:
SimpleButtonMorph>>updateReferencesUsing: aDictionary "Copy and update references in the arguments array during copying."
super updateReferencesUsing: aDictionary. arguments _ arguments collect: [:old | aDictionary at: old ifAbsent: [old]].
no users. I would remove it.
Stef
5260
Age (days ago)
5260
Last active (days ago)
1 comments
1 participants
participants (1)
-
Stéphane Ducasse