Like mentioned above, I use:
jquery.colorPicker.min.js,
the complete jquery-ui-1.10.0.custom.min.js
and these files that I run through the Google Closure compiler together with my own code:
jquery.base64.js
jquery.cookie.js
jquery.lang.json.js
jquery.multiselect.js
jquery.ui.datepicker-de.js
jquery-ui-timepicker-addon.js
can.observe.backup.js
Still I get these migrate warnings:
JQMIGRATE: jQuery.attrFn is deprecated
JQMIGRATE: jQuery.browser is deprecated
JQMIGRATE: jQuery.buildFragment() is deprecated
But when I remove jquery-migrate-1.0.0.js
from the code everything functions fine without errors. (?)
Including can.observe.setter.js compiled via Google Closure
still results in crashing the whole application with
"Uncaught RangeError: Maximum call stack size exceeded"
during the initialisation of the first Observe.
Including can.observe.setter.js "as it is" as the last js file does not crash my app.
can.observe.setter.js does not seem to compile well with Google Closure.
Can I download a can.observe.setter.min.js somewhere?