清理代码格式

pull/7/head
ChenX 7 years ago
parent 1bdd05c9d8
commit e26e0c6dff

@ -24,8 +24,8 @@ export class HistoricManage extends CADObject
{
let ver = file.Read();
this.curIndex = file.Read();
this.historyRecord = [];
let cout = file.Read();
this.historyRecord = [];
for (let i = 0; i < cout; i++)
{
this.historyRecord.push(file.ReadObject(this._db) as CommandHistoryRecord);

Loading…
Cancel
Save