Skip to content

Commit

Permalink
Fix issue 144 (GsDevKit#144): instances of SmallTime subclass do not …
Browse files Browse the repository at this point in the history
…have the instvar milliseconds.
  • Loading branch information
Johan Brichau authored and kurtkilpela committed Aug 19, 2024
1 parent 4542d65 commit e386e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*squeak
asDuration

^milliseconds asDuration
^ self asMilliseconds asDuration
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*squeak
asDuration

^milliseconds asDuration
^ self asMilliseconds asDuration

0 comments on commit e386e66

Please sign in to comment.