svn commit: r1618571 - in /ofbiz/branches/release13.07: ./ 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: r1618571 - in /ofbiz/branches/release13.07: ./ applications/party/webapp/partymgr/js/PartyProfileContent.js

jleroux@apache.org
Author: jleroux
Date: Mon Aug 18 10:18:21 2014
New Revision: 1618571

URL: http://svn.apache.org/r1618571
Log:
"Applied fix from trunk for revision: 1618570"
------------------------------------------------------------------------
r1618570 | jleroux | 2014-08-18 12:17:45 +0200 (lun. 18 août 2014) | 1 ligne

[Rhino] Trailing comma is not legal in an ECMA-262 object initializer
------------------------------------------------------------------------


Modified:
    ofbiz/branches/release13.07/   (props changed)
    ofbiz/branches/release13.07/applications/party/webapp/partymgr/js/PartyProfileContent.js

Propchange: ofbiz/branches/release13.07/
------------------------------------------------------------------------------
  Merged /ofbiz/trunk:r1618570

Modified: ofbiz/branches/release13.07/applications/party/webapp/partymgr/js/PartyProfileContent.js
URL: http://svn.apache.org/viewvc/ofbiz/branches/release13.07/applications/party/webapp/partymgr/js/PartyProfileContent.js?rev=1618571&r1=1618570&r2=1618571&view=diff
==============================================================================
--- ofbiz/branches/release13.07/applications/party/webapp/partymgr/js/PartyProfileContent.js (original)
+++ ofbiz/branches/release13.07/applications/party/webapp/partymgr/js/PartyProfileContent.js Mon Aug 18 10:18:21 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);