[
https://jira.jboss.org/browse/GTNPORTAL-1182?page=com.atlassian.jira.plug...
]
Trong Tran commented on GTNPORTAL-1182:
---------------------------------------
using the Closure is another choice, refers GTNPORTAL-198
Wrong merging javascript
------------------------
Key: GTNPORTAL-1182
URL:
https://jira.jboss.org/browse/GTNPORTAL-1182
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.0.0-GA
Reporter: Phan Chuong
Priority: Critical
If we have a javascript syntax like this
e=f[0]*10000+(f[1]||0)*100+ +(f[2]||0);
after merge, we will have
e=f[0]*10000+(f[1]||0)*100++(f[2]||0);
and this syntax is wrong.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira