We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1717f05 commit 121b90dCopy full SHA for 121b90d
benchmarks/js-framework-benchmark/keyed/src/Main.js
@@ -58,7 +58,7 @@ var adjectives = [
58
"keyboard"
59
];
60
61
-exports.createRandomNRows_ = function(count, lastId) {
+export function createRandomNRows_(count, lastId) {
62
var data = [];
63
64
for (var i = 0; i < count; i++)
benchmarks/js-framework-benchmark/non-keyed/src/Main.js
0 commit comments