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 a821fe8 commit e4dc4a6Copy full SHA for e4dc4a6
frameworks/keyed/doohtml/js/Main.class.js
@@ -81,7 +81,6 @@ Doo.define(
81
if (row) {
82
let idx = this.getIndex(row)
83
this.tbody.removeChild(row)
84
- let idx = this.getIndex(row)
85
if (idx !== undefined) {
86
this.data.rows.splice(idx,1)
87
}
@@ -120,7 +119,7 @@ Doo.define(
120
119
this.toggleSelect(this.getParentRow(elem))
121
122
123
- toggleSelect(row) {
+ toggleSelect(elem) {
124
let row = this.getParentRow(elem)
125
126
row.classList.toggle('danger')
@@ -170,4 +169,4 @@ Doo.define(
170
169
})
171
172
173
-)
+)
0 commit comments