Open caffeinewriter opened 7 years ago
Array.prototype.join()'s default behavior is to join with ",", rather than an empty string. By explicitly specifying an empty string, this should fix commas being inserted into deckgrid templates with multiple innerHTML transclusion elements.
Array.prototype.join()
","
Array.prototype.join()
's default behavior is to join with","
, rather than an empty string. By explicitly specifying an empty string, this should fix commas being inserted into deckgrid templates with multiple innerHTML transclusion elements.