Changes

no edit summary
Line 178: Line 178:  
     sep = sep or ""
 
     sep = sep or ""
 
     return table.concat(arr, sep)
 
     return table.concat(arr, sep)
 +
end
 +
 +
function Utils.joinLines(arr)
 +
  return table.concat(arr, "\n")
 
end
 
end
  
cssedit, gkautomate
6,926

edits