svn commit: r1618570 - /ofbiz/trunk/applications/party/webapp/partymgr/js/PartyProfileContent.js

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1618570 - /ofbiz/trunk/applications/party/webapp/partymgr/js/PartyProfileContent.js

jleroux@apache.org
Author: jleroux
Date: Mon Aug 18 10:17:45 2014
New Revision: 1618570

URL: http://svn.apache.org/r1618570
Log:
[Rhino] Trailing comma is not legal in an ECMA-262 object initializer

Modified:
    ofbiz/trunk/applications/party/webapp/partymgr/js/PartyProfileContent.js

Modified: ofbiz/trunk/applications/party/webapp/partymgr/js/PartyProfileContent.js
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/js/PartyProfileContent.js?rev=1618570&r1=1618569&r2=1618570&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/js/PartyProfileContent.js (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/js/PartyProfileContent.js Mon Aug 18 10:17:45 2014
@@ -24,7 +24,7 @@ var uiLabelJsonObject = null;
 jQuery(document).ready(function() {
 
     var labelObject = {
-            "CommonUiLabels" : ["CommonUpload", "CommonSave", "CommonCompleted"],
+            "CommonUiLabels" : ["CommonUpload", "CommonSave", "CommonCompleted"]
           };
 
     uiLabelJsonObjects = getJSONuiLabels(labelObject);