Can someone tell me what they think the following error could be related to?
Uncaught TypeError: undefined is not a function render.js:227
Could this be related to live binding?
- txt: function(escape, tagName, status, self, func){// call the "wrapping" function and get the binding informationvar binding = can.compute.binder(func, self, function(newVal, oldVal){// call the update method we will define for each// type of attributeupdate(newVal, oldVal);});
Just looking for some pointers. I will try and setup a fiddle, but it's not a trivial one.