File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
frameworks/non-keyed/cample Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " js-framework-benchmark-cample" ,
3
- "version" : " 3.0.1 " ,
3
+ "version" : " 3.0.6 " ,
4
4
"description" : " cample demo" ,
5
5
"main" : " dist/main.js" ,
6
6
"js-framework-benchmark" : {
29
29
"webpack-cli" : " 5.0.1"
30
30
},
31
31
"dependencies" : {
32
- "cample" : " 3.0.1 "
32
+ "cample" : " 3.0.6 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -186,14 +186,14 @@ const mainComponent = component(
186
186
} ,
187
187
{
188
188
start : "afterLoad" ,
189
- elements : [
190
- { run : "#run" } ,
191
- { runLots : "#runlots" } ,
192
- { add : "#add" } ,
193
- { update : "#update" } ,
194
- { clear : "#clear" } ,
195
- { swapRows : "#swaprows" } ,
196
- ] ,
189
+ elements : {
190
+ run : "#run" ,
191
+ runLots : "#runlots" ,
192
+ add : "#add" ,
193
+ update : "#update" ,
194
+ clear : "#clear" ,
195
+ swapRows : "#swaprows" ,
196
+ } ,
197
197
} ,
198
198
] ,
199
199
export : {
You can’t perform that action at this time.
0 commit comments