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
I'm having a bug pop up. this.parseModel is undefined. This happens when an ajax request completes in jQuery, and CanJS has a proxy to convert the response to a model. In this case, "this" represents the CanJS "Map"
jquery.js - Callback for a completed ajax request...
@lewismoten commented on Wed Oct 12 2016
I'm having a bug pop up.
this.parseModel is undefined
. This happens when an ajax request completes in jQuery, and CanJS has a proxy to convert the response to a model. In this case, "this" represents the CanJS "Map"jquery.js - Callback for a completed ajax request...
jquery.js - done
jquery.js - ajaxConvert:
can/construct/proxy/proxy.js - class_cb
Which essentially translates to:
can/model/model.js - model
How can I get "Map" to have "parseModel"?
It appears that this may be a work-around...
@justinbmeyer commented on Tue Apr 11 2017
@lewismoten Anyway you can create an example? Moving to can-model.
The text was updated successfully, but these errors were encountered: