Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Help With An Error Please

$
0
0
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?
  1. txt: function(escape, tagName, status, self, func){
    // call the "wrapping" function and get the binding information
    var binding = can.compute.binder(func, self, function(newVal, oldVal){
    // call the update method we will define for each
    // type of attribute
    update(newVal, oldVal);
    });

Just looking for some pointers. I will try and setup a fiddle, but it's not a trivial one.

Viewing all articles
Browse latest Browse all 3491

Trending Articles