Skip to content

Commit dfdb39b

Browse files
committed
getSuperSlot
1 parent bf64b94 commit dfdb39b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function getSuperSlot(proto: Identity) {
2929
if (slot) {
3030
return slot
3131
}
32-
curr = getPrototypeOf(proto)
32+
curr = getPrototypeOf(curr)
3333
}
3434
return null
3535
}

0 commit comments

Comments
 (0)