mirror of https://github.com/vuejs/core.git
chore: fix typo. (#13948)
This commit is contained in:
parent
5a8aa0b2ba
commit
c16f8a94c7
|
@ -311,7 +311,7 @@ function prepareDeps(sub: Subscriber) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function cleanupDeps(sub: Subscriber) {
|
function cleanupDeps(sub: Subscriber) {
|
||||||
// Cleanup unsued deps
|
// Cleanup unused deps
|
||||||
let head
|
let head
|
||||||
let tail = sub.depsTail
|
let tail = sub.depsTail
|
||||||
let link = tail
|
let link = tail
|
||||||
|
|
Loading…
Reference in New Issue