Insert semicolons after all statements of the form
authorMike Taylor <mike@indexdata.com>
Thu, 27 Mar 2014 13:17:26 +0000 (13:17 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 27 Mar 2014 13:17:26 +0000 (13:17 +0000)
commitc2b2c85103cd0ff40d8c121af9abdc7da2cb28ec
treec2be083c38e9ed6c36cfd6bfd1436b5c6dd57f91
parente754638e97a6dd12202c492aabdd05865b4214b3
Insert semicolons after all statements of the form
mkws.FN = function(args) { ... }

Missing them off is usually all right, but when it goes wrong (as when
I missed the semi-colon from the end of the recently-moved mkws.log
definition) it goes catastrophically wrong and is very hard to debug.
src/mkws-core.js