MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / transposeArray2D

Function transposeArray2D

libs/datatables-binding-0.18/datatables.js:70–72  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

68window.DTWidget = DTWidget;
69
70var transposeArray2D = function(a) {
71 return a.length === 0 ? a : HTMLWidgets.transposeArray2D(a);
72};
73
74var crosstalkPluginsInstalled = false;
75

Callers 3

datatables.jsFile · 0.85
cleanSelectedValuesFunction · 0.85
updateCellsSelectedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected