Re: [qooxdoo-devel] Small patch to add some semicolons

2009-08-06 Thread Martin Wittemann
Hello Nic, thanks for the patch. Even if javascript is tolerant to such missing semicolons, we still like the framework to have a good coding style with trailing semicolons. So I applied the patch in revision 19775. Best, Martin Am 06.08.2009 um 22:19 schrieb Nick Glencross: > Hi, > > I was

Re: [qooxdoo-devel] Small patch to add some semicolons

2009-08-06 Thread Gene Amtower
Nick, Note that you can create a wiki login for the documentation and make fixes yourself for typos and grammar if you like, as I've done recently myself. Gene On Thu, 2009-08-06 at 21:19 +0100, Nick Glencross wrote: > Hi, > > I was looking at the NLS code in qooxdoo and noticed a couple of

[qooxdoo-devel] Small patch to add some semicolons

2009-08-06 Thread Nick Glencross
Hi, I was looking at the NLS code in qooxdoo and noticed a couple of missing semicolons. I've spotted before that JS is tolerant to this in certain cases, but it's probably nice to fix them. I've also spotted a number of typos and improvements in the documentation, so will contribute some suggest