Closed chasenlehara closed 5 years ago
This adds the can.unwrap symbol to the mixin’s implementation so canReflect.unwrap can get an object without undefined values, matching can-define/map/map’s behavior.
can.unwrap
canReflect.unwrap
undefined
can-define/map/map
Needed as part of https://github.com/canjs/canjs/issues/5207
This adds the
can.unwrap
symbol to the mixin’s implementation socanReflect.unwrap
can get an object withoutundefined
values, matchingcan-define/map/map
’s behavior.Needed as part of https://github.com/canjs/canjs/issues/5207