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)
commit7bce6486a2b24a9289d1555140ed66ecdfa1bbf1
tree56a2654aa35735fe3c5914bdf0d95da6cc9bbba9
parent084846fd874a094a8c5e70bee766d07e5b69e1b1
The team-private findnode function is no longer made visible as the
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