Thank you for releasing CanJS 1.1.4
I am using jQuery 1.9.1
and the latest
can.observe.backup.js
still the jQuery Migrate plugin displays the following warnings:
JQMIGRATE: jQuery.attrFn is deprecated
JQMIGRATE: jQuery.browser is deprecated
JQMIGRATE: jQuery.buildFragment() is deprecated
1. Is CanJS 1.1.4 using any of these jQuery functions?
2. I would like to use can.observe.setter.js, but as soon as I bind it into my code, I get an error from Chrome console:
"Uncaught RangeError: Maximum call stack size exceeded"
Could there be a bug in can.observe.setter.js?