Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Rene Dohan committed May 8, 2024
1 parent 506ba79 commit e967a98
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ abstract class CSPropertyBase<T>(

override fun onChange(function: (T) -> Unit) = eventChange.listen(function)

override fun toString() = super.toString() + "$value"

override fun fireChange() = value.let {
onChange?.invoke(it)
eventChange.fire(it)
Expand Down

0 comments on commit e967a98

Please sign in to comment.