瀏覽代碼

hotfix historique

master
Figg 7 月之前
父節點
當前提交
1eb60dff54
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      js/model/historyItem.js

+ 2
- 2
js/model/historyItem.js 查看文件

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

Loading…
取消
儲存