Skip to content

Commit c51f464

Browse files
author
Henrik jJaven
committed
DooHTML-v0.80.2-keyed
1 parent 2d94665 commit c51f464

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

frameworks/keyed/doohtml/js/Main.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Doo.define(
9696
add() {
9797
let start = this.data.rows.length
9898
this.data.rows = this.data.rows.concat(this.buildData())
99-
this.append(this.data.rows.slice(start), this.tbody, start)
99+
this.append(this.data.rows, this.tbody, start)
100100
}
101101

102102
runLots() {

frameworks/keyed/doohtml/js/doo.html.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/keyed/doohtml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-framework-benchmark-doohtml",
3-
"version": "0.80.1",
3+
"version": "0.80.2",
44
"description": "DooHTML JS-Benchmark",
55
"main": "Main.class.js",
66
"js-framework-benchmark": {

frameworks/non-keyed/doohtml/js/Main.class.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Doo.define(
7676
add() {
7777
let start = this.data.rows.length
7878
this.data.rows = this.data.rows.concat(this.buildData())
79-
this.append(this.data.rows.slice(start), this.tbody, start)
79+
this.append(this.data.rows, this.tbody, start)
8080
}
8181

8282
runLots() {

frameworks/non-keyed/doohtml/js/doo.html.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frameworks/non-keyed/doohtml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-framework-benchmark-doohtml",
3-
"version": "0.80.1",
3+
"version": "0.60.12",
44
"description": "DooHTML JS-Benchmark",
55
"main": "Main.class.js",
66
"js-framework-benchmark": {

0 commit comments

Comments
 (0)