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 suggestions in the coming week
or two.

Nick
Index: tool/data/generator/loader-build.tmpl.js
===================================================================
--- tool/data/generator/loader-build.tmpl.js	(revision 19774)
+++ tool/data/generator/loader-build.tmpl.js	(working copy)
@@ -18,7 +18,7 @@
 
 qx.$$resources = %{Resources};
 qx.$$translations = %{Translations};
-qx.$$locales = %{Locales}
+qx.$$locales = %{Locales};
 
 qx.$$loader = {
   parts : %{Parts},
@@ -43,4 +43,4 @@
 
 if (window.qx && qx.event && qx.event.handler && qx.event.handler.Application) qx.event.handler.Application.onScriptLoaded();
 
-})();
\ No newline at end of file
+})();
Index: tool/data/generator/loader-source.tmpl.js
===================================================================
--- tool/data/generator/loader-source.tmpl.js	(revision 19774)
+++ tool/data/generator/loader-source.tmpl.js	(working copy)
@@ -18,7 +18,7 @@
 
 qx.$$resources = %{Resources};
 qx.$$translations = %{Translations};
-qx.$$locales = %{Locales}
+qx.$$locales = %{Locales};
 
 qx.$$loader = {
   parts : %{Parts},
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to