Parcourir la source

hotfix historique

master
Figg il y a 7 mois
Parent
révision
1eb60dff54
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      js/model/historyItem.js

+ 2
- 2
js/model/historyItem.js Voir le fichier

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

Chargement…
Annuler
Enregistrer