You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I define a List with a custom Map type and add a plain can.Map instance to it, the resulting Obervable in the List remains a can.Map (not an instance of the the custom Map Type).
justinbmeyer
changed the title
Passing can.Map to can.List with a static Map property does not convert properly - P(1) ~8
can.List's static Map property is not respected - P(1) ~8
May 22, 2016
justinbmeyer
changed the title
can.List's static Map property is not respected - P(1) ~8
can.List's static Map property is not respected - P(1) ~13
May 22, 2016
justinbmeyer
changed the title
can.List's static Map property is not respected - P(1) ~13
can.List's static Map property is not respected ~13
Sep 1, 2016
From:
If I define a List with a custom Map type and add a plain can.Map instance to it, the resulting Obervable in the List remains a can.Map (not an instance of the the custom Map Type).
Here's an example:
Working fiddle of the same: http://jsbin.com/wukuduruho/edit?html,js,output
The problem is this condition in can.Map
The text was updated successfully, but these errors were encountered: