Skip to content

Commit

Permalink
ninja fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 authored Feb 23, 2024
1 parent 0c9d8b0 commit d615203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Классы/ПубликаторСобытий.os
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
ПередаваемыеПараметрыСобытия = Новый Массив;
ПередаваемыеПараметрыСобытия.Добавить(Источник);

Для Каждого ПараметрСобытия Из ПараметрСобытия Цикл
Для Каждого ПараметрСобытия Из ПараметрыСобытия Цикл
ПередаваемыеПараметрыСобытия.Добавить(ПараметрСобытия);
КонецЦикла;

Expand Down

0 comments on commit d615203

Please sign in to comment.