Skip to content

Commit b08a338

Browse files
author
Henrik Javen
committed
demoved key
1 parent ffbf07a commit b08a338

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

frameworks/non-keyed/doohtml/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<div class="jumbotron">
2222
<div class="row">
2323
<div class="col-md-6">
24-
<h1>DooHTML - keyed</h1><span class="ver"></span>
24+
<h1>DooHTML - non-keyed</h1><span class="ver"></span>
2525
</div>
2626
<div class="col-md-6">
2727
<div class="row">

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ Doo.define(
8888
let row = this.getParentRow(elem)
8989
if (row) {
9090
this.tbody.removeChild(row)
91-
this.data.rows[row.getAttribute('key')] = undefined
9291
}
9392
}
9493

0 commit comments

Comments
 (0)