Skip to content

Commit 37b240a

Browse files
author
Henrik jJaven
committed
DooHTML-v0.91.1-beta-keyed
1 parent c1dbc82 commit 37b240a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ Doo.define(
8080

8181
run() {
8282
this.clear()
83-
this.select(undefined)
8483
this.data.rows = this.buildData()
8584
this.renderTable()
8685
}
@@ -93,7 +92,6 @@ Doo.define(
9392

9493
runLots() {
9594
this.clear()
96-
this.select(undefined)
9795
this.data.rows = this.buildData(10000)
9896
this.renderTable()
9997
}
@@ -125,7 +123,7 @@ Doo.define(
125123

126124
clear() {
127125
this.tbody.textContent = null
128-
this.data.rows = []
126+
this.data.rows = []
129127
}
130128

131129
swapRows() {

0 commit comments

Comments
 (0)