[gatein-issues] [JBoss JIRA] Created: (GTNPORTAL-1182) Wrong merging javascript

Phan Chuong (JIRA) jira-events at lists.jboss.org
Tue May 11 06:15:05 EDT 2010


Wrong merging javascript
------------------------

                 Key: GTNPORTAL-1182
                 URL: https://jira.jboss.org/jira/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/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the gatein-issues mailing list