From: Mike Taylor Date: Wed, 26 Mar 2014 12:01:19 +0000 (+0000) Subject: Less vertical ws. X-Git-Tag: 1.0.0~1191 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=0f6b86cf8a5e5bc8431b91f9693b5017e9b4ba85 Less vertical ws. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index c3ed06e..8307cd9 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -76,34 +76,28 @@ function team($, teamName) { }); - // // pz2.js event handlers: - // function onInit() { log("init"); m_paz.stat(); m_paz.bytarget(); } - function onBytarget(data) { log("target"); queue("targets").publish(data); } - function onStat(data) { log("stat"); queue("stat").publish(data); } - function onTerm(data) { log("term"); queue("termlists").publish(data); } - function onShow(data, teamName) { log("show"); m_totalRecordCount = data.merged; @@ -111,7 +105,6 @@ function team($, teamName) { queue("records").publish(data); } - function onRecord(data, args, teamName) { log("record"); // FIXME: record is async!!