Модуль:Песочница/Pok: различия между версиями

Нет описания правки
Нет описания правки
Строка 112: Строка 112:


     if tableDataIndex['!type:GroupSelector'] then
     if tableDataIndex['!type:GroupSelector'] then
         return handleGroupSelector(tableData['!type:GroupSelector'])
         return handleGroupSelector(tableDataIndex['!type:GroupSelector'])
     elseif tableDataIndex['!type:AllSelector'] then
     elseif tableDataIndex['!type:AllSelector'] then
         return processNestedSelectors(tableData['!type:AllSelector'].children)
         return processNestedSelectors(tableDataIndex['!type:AllSelector'].children)
     end
     end