Skip to content

Commit 23fc97a

Browse files
Clean-up
1 parent 4ede6fc commit 23fc97a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/componentStructure.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ class ComponentStructure {
4545
return getContext(domElement);
4646
}
4747

48-
getVmIndexFromDomIndex(domIndex, $el) {
48+
getVmIndexFromDomIndex(domIndex, element) {
4949
const { defaultNodes } = this;
5050
const { length } = defaultNodes;
51-
const domChildren = $el.children;
51+
const domChildren = element.children;
5252
const domElement = domChildren.item(domIndex);
5353

5454
if (domElement === null) {

0 commit comments

Comments
 (0)