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 0763826 commit f08a34dCopy full SHA for f08a34d
frameworks/keyed/doohtml/js/Main.class.timer.js
@@ -58,7 +58,7 @@ Doo.define(
58
59
buildData(count = 1000) {
60
Timer.start('build')
61
- let label, labelStr
+// let label, labelStr
62
63
64
const data = []
@@ -219,8 +219,9 @@ Doo.define(
219
220
clear(e) {
221
Timer.start('clear')
222
- this.data.rows = []
223
this.tbody.textContent = ''
+ this.data.rows = []
224
+
225
Timer.stop('clear')
226
227
}
0 commit comments