Skip to content
This repository has been archived by the owner on Nov 25, 2021. It is now read-only.

Commit

Permalink
add hint about cached data values
Browse files Browse the repository at this point in the history
see #31
  • Loading branch information
sgratzl authored Feb 25, 2019
1 parent c02b50b commit 413a025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ interface IViolinItem extends IBaseItem {
}
```

**Note**: The statistics will be cached within the array. Thus, if you manipulate the array content without creating a new instance the changes won't be reflected in the stats. See also [CodePen](https://codepen.io/sgratzl/pen/JxQVaZ?editors=0010) for a comparison.

## Building

```sh
Expand Down

0 comments on commit 413a025

Please sign in to comment.