Skip to content

Commit

Permalink
generic
Browse files Browse the repository at this point in the history
  • Loading branch information
canonic-epicure committed Jul 22, 2020
1 parent fb16b0e commit 2c84555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chrono2/data/CalculableBox.ts
Expand Up @@ -137,7 +137,7 @@ export class CalculableBox<V> extends Box<V> {
}


updateValue (newValue : unknown) {
updateValue (newValue : V) {
if (newValue === undefined) newValue = null

const isSameValue = this.equality(this.immutable.read(), newValue)
Expand Down

0 comments on commit 2c84555

Please sign in to comment.