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

Function unique

libs/datatables-binding-0.18/datatables.js:870–876  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

868 };
869
870 var unique = function(x) {
871 var ux = [];
872 $.each(x, function(i, el){
873 if ($.inArray(el, ux) === -1) ux.push(el);
874 });
875 return ux;
876 }
877
878 // change the row index of a cell
879 var tweakCellIndex = function(cell) {

Callers 3

selectedRowsFunction · 0.85
datatables.jsFile · 0.85
callbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected