Closed
Description
The can.view.render
class sometimes throws an Uncaught TypeError: undefined is not a function
error because the update
function is undefined
at the call time.
See : https://github.com/bitovi/canjs/blob/master/view/render.js#L227
I propose we add change it to be update && update(newVal, oldVal)