Skip to content

Commit 5c98c44

Browse files
committed
changed let to const
1 parent 18381a8 commit 5c98c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Doo.define(
114114
}
115115

116116
if (elem) {
117-
let row = this.getParentRow(elem)
117+
const row = this.getParentRow(elem)
118118
if (row) {
119119
this.selectedRow = row
120120
row.className = DANGER

0 commit comments

Comments
 (0)