canjs / can-map-define

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

Legacy attr compat #113

Closed marshallswain closed 3 years ago

marshallswain commented 3 years ago

Test legacy .attr keeps attrs with serialize:false

This is for can-23 and affects attributes with serialize: false.

Requires this PR to can-map: https://github.com/canjs/can-map/pull/153