Skip to content

Commit

Permalink
Compatibility fix for Squeak 5.3beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Feb 17, 2020
1 parent 6087091 commit 2de205b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ updateCurrentValue: aValue

self target ifNotNil: [:obj |
obj
perform: self property asMutator
perform: self property asSimpleSetter
with: (self frames at: aValue rounded)].
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"frames" : "mt 12/4/2017 14:02",
"frames:" : "mt 12/4/2017 11:30",
"startValue" : "mt 12/4/2017 11:47",
"updateCurrentValue:" : "mt 12/4/2017 11:45" } }
"updateCurrentValue:" : "mt 10/9/2019 16:14" } }
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ updateCurrentValue: aValue

self target ifNotNil: [:obj |
obj
perform: self property asMutator
perform: self property asSimpleSetter
with: aValue].
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
"startOffset" : "mt 12/9/2017 11:33",
"target" : "mt 6/16/2010 11:55:40.521",
"target:" : "mt 6/16/2010 12:04:51.334",
"updateCurrentValue:" : "mt 12/4/2017 11:43" } }
"updateCurrentValue:" : "mt 10/9/2019 16:14" } }

0 comments on commit 2de205b

Please sign in to comment.