[open-ils-commits] r10959 - trunk/Open-ILS/web/js/dojo/openils/conify/nls

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Oct 29 00:20:02 EDT 2008


Author: dbs
Date: 2008-10-29 00:19:59 -0400 (Wed, 29 Oct 2008)
New Revision: 10959

Modified:
   trunk/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js
Log:
Trailing commas aren't all that cool in JS

Modified: trunk/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js
===================================================================
--- trunk/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js	2008-10-29 04:03:53 UTC (rev 10958)
+++ trunk/Open-ILS/web/js/dojo/openils/conify/nls/ccs.js	2008-10-29 04:19:59 UTC (rev 10959)
@@ -13,5 +13,5 @@
 	"STATUS_DELETED": "${0} deleted", 
 	"SUCCESS_CREATING_STATUS": "New ${0} status created",
 	"SUCCESS_SAVE": "Saved changes to ${0}",
-	"TRANSLATION": "Translation",
+	"TRANSLATION": "Translation"
 }



More information about the open-ils-commits mailing list