We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dbc82 commit 37b240aCopy full SHA for 37b240a
frameworks/keyed/doohtml/js/Main.class.js
@@ -80,7 +80,6 @@ Doo.define(
80
81
run() {
82
this.clear()
83
- this.select(undefined)
84
this.data.rows = this.buildData()
85
this.renderTable()
86
}
@@ -93,7 +92,6 @@ Doo.define(
93
92
94
runLots() {
95
96
97
this.data.rows = this.buildData(10000)
98
99
@@ -125,7 +123,7 @@ Doo.define(
125
123
126
124
clear() {
127
this.tbody.textContent = null
128
- this.data.rows = []
+ this.data.rows = []
129
130
131
swapRows() {
0 commit comments