canjs / can-map-define

Define rich attribute behavior
https://canjs.com/doc/can-map-define.html
MIT License
3 stars 2 forks source link

96 add resolver #97

Closed mikemitchel closed 5 years ago

mikemitchel commented 5 years ago

This adds the value behavior from DefineMap to can-map-define. Since can-map-define already has a behavior named value (to set a starting value to a property), this new behavior has been named resolver instead.

Closes #96

chasenlehara commented 5 years ago

@mikemitchel When you get a chance, would you mind fixing the merge conflicts please?