Skip to content

Commit

Permalink
chore: minor comment cleanup (#9191)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickhall authored and yyx990803 committed Dec 12, 2018
1 parent b06c784 commit af9e2b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/observer/dep.js
Expand Up @@ -49,9 +49,9 @@ export default class Dep {
}
}

// the current target watcher being evaluated.
// this is globally unique because there could be only one
// watcher being evaluated at any time.
// The current target watcher being evaluated.
// This is globally unique because only one watcher
// can be evaluated at a time.
Dep.target = null
const targetStack = []

Expand Down

0 comments on commit af9e2b3

Please sign in to comment.