Insert semicolons after all statements of the form
authorMike Taylor <mike@indexdata.com>
Thu, 27 Mar 2014 13:19:01 +0000 (13:19 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 27 Mar 2014 13:19:01 +0000 (13:19 +0000)
commit4af6d952571f1660d2714f66ccf78c87b08af630
treee24770be7c771b4f87ce38611bb85a6e755fd7b6
parentec689d378107f90be870c5843d1f6922eb90c655
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-widgets.js