Skip to content

Commit

Permalink
Update flex-table-card.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Veejer committed Sep 18, 2022
1 parent 6e6cd97 commit ee54b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex-table-card.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

// VERSION info
var VERSION = "0.7.3";
var VERSION = "0.7.1";

// typical [[1,2,3], [6,7,8]] to [[1, 6], [2, 7], [3, 8]] converter
var transpose = m => m[0].map((x, i) => m.map(x => x[i]));
Expand Down

0 comments on commit ee54b4d

Please sign in to comment.