changes "txt" to "lines" in list attributes

pull/95/head
jmoenig 2021-02-07 10:59:44 +01:00
rodzic 0f3ed2b100
commit bca3d632eb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -472,7 +472,7 @@ SyntaxElementMorph.prototype.labelParts = {
'flatten' : ['flatten'],
'transpose' : ['transpose'],
'~' : null,
'txt' : ['txt'],
'lines' : ['lines'],
'csv' : ['csv'],
'json' : ['json']
}