Skip to content

Commit 72dc965

Browse files
author
Henrik jJaven
committed
DooHTML-v0.30.7
1 parent 72cd03c commit 72dc965

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Doo.define(
2828
this.swaprows = this.swapRows.bind(this)
2929
this.addEventListeners()
3030
this.selectedRow = undefined
31-
this.tableRows = undefined
3231
document.querySelector(".ver").innerHTML += ` ${Doo.version} (keyed)`
3332
document.title += ` ${Doo.version} (keyed)`
3433
}
@@ -81,12 +80,6 @@ Doo.define(
8180
this.appendData(this.tbody, startRow)
8281
}
8382

84-
async attributeChangedCallback(name, oldVal, i) {
85-
if (name === 'key') {
86-
this.tbody.replaceChild(this.tableRows[i], this.tbody.childNodes[i])
87-
}
88-
}
89-
9083
runLots() {
9184
this.data.rows = this.buildData(10000)
9285
this.tbody.textContent = ''

0 commit comments

Comments
 (0)