@checksub_team/peaks_timeline 2.1.0-alpha.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@checksub_team/peaks_timeline",
3
- "version": "2.1.0-alpha.0",
3
+ "version": "2.1.0",
4
4
  "description": "JavaScript UI component for displaying audio waveforms",
5
5
  "main": "./peaks.js",
6
6
  "types": "./peaks.js.d.ts",
@@ -705,7 +705,7 @@ define([
705
705
 
706
706
  if (currentSource) {
707
707
  if (currentSource.source.startTime > time) {
708
- // We didn't find an active source and will not in the remainings sources
708
+ // We didn't find an active source and will not in the remaining sources
709
709
  if (previousSource) {
710
710
  this._cachedStartSourceForActive = previousSource.source;
711
711
  }