Commit 8bd98cc0 authored by Ilya Kirillov's avatar Ilya Kirillov

Новые файлы, связанные со сносками, переформатированы на табы.

parent 0701ee69
......@@ -20,6 +20,7 @@ function CFootnotesController(LogicDocument)
this.Footnote = {}; // Список всех сносок с ключом - Id.
this.Pages = [];
// Добавляем данный класс в таблицу Id (обязательно в конце конструктора)
LogicDocument.Get_TableId().Add(this, this.Id);
}
......@@ -65,7 +66,6 @@ CFootnotesController.prototype.Recalculate = function(nPageIndex, X, XLimit, Y,
// Мы пересчет начинаем с 0, потом просто делаем сдвиг, через функцию Shift.
var CurY = Y;
for (var nIndex = 0; nIndex < this.Pages[nPageIndex].Elements.length; ++nIndex)
{
var Footnote = this.Pages[nPageIndex].Elements[nIndex];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment