Skip to content

Commit 8d99da4

Browse files
authored
Update fastpivot.js
1 parent c6c5304 commit 8d99da4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fastpivot.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ function fastpivot(arr){
3333
temp[f]["_labels"]=Object.keys(temp[f]["_labels"]);
3434
});
3535

36-
obj._total=temp.length;
3736
obj=temp;
3837
}
3938
return obj;
40-
}
39+
}

0 commit comments

Comments
 (0)