Skip to content

Commit f08a34d

Browse files
author
Henrik jJaven
committed
trying clearing rows data after clearing nodes
1 parent 0763826 commit f08a34d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Doo.define(
5858

5959
buildData(count = 1000) {
6060
Timer.start('build')
61-
let label, labelStr
61+
// let label, labelStr
6262

6363

6464
const data = []
@@ -219,8 +219,9 @@ Doo.define(
219219

220220
clear(e) {
221221
Timer.start('clear')
222-
this.data.rows = []
223222
this.tbody.textContent = ''
223+
this.data.rows = []
224+
224225
Timer.stop('clear')
225226

226227
}

0 commit comments

Comments
 (0)