6,834
edits
No edit summary |
No edit summary |
||
Line 632: | Line 632: | ||
local callbackSyntax2 = p.loadTemplate(frame, 'CodeSyntax', { | local callbackSyntax2 = p.loadTemplate(frame, 'CodeSyntax', { | ||
'function('..(#callbackSyntax == 0 and 'void' or table.concat(callbackSyntax, ', ')..')' | 'function('..(#callbackSyntax == 0 and 'void' or table.concat(callbackSyntax, ', '))..')' | ||
}) | }) | ||
edits