kopia lustrzana https://github.com/backface/turtlestitch
fixed list "columns" selector
rodzic
d72f8e4a0a
commit
3407396652
|
|
@ -1989,7 +1989,7 @@ Process.prototype.reportListAttribute = function (choice, list) {
|
||||||
return list instanceof List ? list.ravel() : new List([list]);
|
return list instanceof List ? list.ravel() : new List([list]);
|
||||||
case 'columns':
|
case 'columns':
|
||||||
this.assertType(list, 'list');
|
this.assertType(list, 'list');
|
||||||
return list.transpose2D();
|
return list.columns();
|
||||||
case 'transpose':
|
case 'transpose':
|
||||||
this.assertType(list, 'list');
|
this.assertType(list, 'list');
|
||||||
return list.transpose();
|
return list.transpose();
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue