Skip to content

Commit

Permalink
Make sure to include parent in hash
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Feb 16, 2017
1 parent d6f1da0 commit fbd0b42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Variable.js
Expand Up @@ -296,6 +296,9 @@
listeners.observer.addKey(key)
}
//}
if (valueContext) {
context.hash(valueContext.version)
}
return value
}
if (object && object.then && !object.notifies) {
Expand Down

0 comments on commit fbd0b42

Please sign in to comment.