canjs / can-view-scope

Scope management for view engines
https://canjs.com/doc/can-view-scope.html
MIT License
4 stars 0 forks source link

Set can-observation._value instead of .value #179

Closed chasenlehara closed 6 years ago

chasenlehara commented 6 years ago

can-observation’s value property is going to be a getter, so now the ._value property needs to be used.

Related to https://github.com/canjs/can-observation/pull/135