Author: jleroux
Date: Mon Aug 18 10:17:45 2014
New Revision: 1618570
URL:
http://svn.apache.org/r1618570Log:
[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);