Skip to content

Commit 278e65a

Browse files
author
Henrik jJaven
committed
added back the clear()
1 parent 579f987 commit 278e65a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Doo.define(
7979
}
8080

8181
run() {
82+
this.clear()
8283
this.select(undefined)
8384
this.data.rows = this.buildData()
8485
this.renderTable()
@@ -91,6 +92,7 @@ Doo.define(
9192
}
9293

9394
runLots() {
95+
this.clear()
9496
this.select(undefined)
9597
this.data.rows = this.buildData(10000)
9698
this.renderTable()

0 commit comments

Comments
 (0)