Skip to content

Commit 8928852

Browse files
committed
fi lint
1 parent f2ee04a commit 8928852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/util/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export function addDomEvent(obj, typeArr, handler, context) {
154154
};
155155
const types = typeArr.split(' ');
156156
for (let i = types.length - 1; i >= 0; i--) {
157-
let type = types[i];
157+
const type = types[i];
158158
if (!type) {
159159
continue;
160160
}

0 commit comments

Comments
 (0)