Browse Source

hotfix historique

master
Figg 7 months ago
parent
commit
1eb60dff54
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      js/model/historyItem.js

+ 2
- 2
js/model/historyItem.js View File

2
 {
2
 {
3
     constructor(_source, _target, _times)
3
     constructor(_source, _target, _times)
4
     {
4
     {
5
-        this.sourceTube = _tbAIndex;
6
-        this.targetTube = _tbBIndex;
5
+        this.sourceTube = _source;
6
+        this.targetTube = _target;
7
         this.times = _times;
7
         this.times = _times;
8
     }
8
     }
9
 }
9
 }

Loading…
Cancel
Save