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 f08a34d commit 2dc3d96Copy full SHA for 2dc3d96
frameworks/keyed/doohtml/js/Main.class.timer.js
@@ -114,8 +114,11 @@ Doo.define(
114
run(e) {
115
116
Timer.start('tot')
117
- this.clear(e)
118
this.data.rows = this.buildData()
+ Timer.start('clear')
119
+ this.tbody.textContent = ''
120
+ Timer.stop('clear')
121
+
122
this.renderTable()
123
// e.target.blur()
124
Timer.start('add')
@@ -156,8 +159,11 @@ Doo.define(
156
159
157
160
runLots(e) {
158
161
162
this.data.rows = this.buildData(10000)
163
164
165
166
167
168
//e.target.blur()
169
0 commit comments