The team-private findnode function is no longer made visible as the
authorMike Taylor <mike@indexdata.com>
Fri, 2 May 2014 15:10:42 +0000 (16:10 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 2 May 2014 15:10:42 +0000 (16:10 +0100)
team.findnode method. It's not actually been used for a while now,
since widgets know their own nodes. Its continued existence is a bit
of an embarrassment for various reasons, including its knowledge of
how "AUTO" is special and the extremely complex jQuery selectors is
generates in some cases. It would be good to get rid of it completely,
but it's presently (ab)used for full-record display. Is there a good
way to widgetify that?

src/mkws-team.js

index 4d65628..ab6eeb2 100644 (file)
@@ -372,7 +372,6 @@ function team($, teamName) {
        //log('findnode(' + selector + ') found ' + node.length + ' nodes');
        return node;
     }
-    that.findnode = findnode;
 
 
     // This much simpler and more efficient function should be usable