Windie Chai
Results
1
issues of
Windie Chai
I'm trying to use ko.mapping to map a mix-typed array, then I found the result is very weird. For example, following code: ```javascript ko.mapping.fromJS([1,2,3,'3'])() ``` Will get: ```javascript ["3", 2,...