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 ffbf07a commit b08a338Copy full SHA for b08a338
frameworks/non-keyed/doohtml/index.html
@@ -21,7 +21,7 @@
21
<div class="jumbotron">
22
<div class="row">
23
<div class="col-md-6">
24
- <h1>DooHTML - keyed</h1><span class="ver"></span>
+ <h1>DooHTML - non-keyed</h1><span class="ver"></span>
25
</div>
26
27
frameworks/non-keyed/doohtml/js/Main.class.js
@@ -88,7 +88,6 @@ Doo.define(
88
let row = this.getParentRow(elem)
89
if (row) {
90
this.tbody.removeChild(row)
91
- this.data.rows[row.getAttribute('key')] = undefined
92
}
93
94
0 commit comments