Much better encapsulation for mkws.showDetails().
authorMike Taylor <mike@indexdata.com>
Thu, 30 Jan 2014 11:35:23 +0000 (11:35 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 30 Jan 2014 11:35:23 +0000 (11:35 +0000)
commit1cfcef2aaa982c336ae8dfb905e8c2f190cec28c
tree0da03999a8d295b2383b590fb975db3c6a5c917e
parent5c8af699d6eb45391f7d2aa9b344f710e8dd4db5
Much better encapsulation for mkws.showDetails().
This is now a single-line function that invokes the same-named
member function on the appropriate team object. That member
function now does all the actual work, and can access member
variables without explicit leading "team.". We no longer need
the encapsulation-violation team.m_paz reference.
tools/htdocs/mkws.js