@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
|
@@ -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
|
|
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
|
}
|