Skip to content

Commit 244b6a6

Browse files
author
Henrik jJaven
committed
fixed clear
1 parent 63c28e4 commit 244b6a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Doo.define(
6767

6868
run() {
6969
this.data.rows = this.buildData()
70-
this.renderTable()
7170
if (this.tbody.childNodes.length > this.data.rows.length) {
7271
this.tbody.textContent = ''
7372
}
73+
this.renderTable()
7474

7575
}
7676

0 commit comments

Comments
 (0)