You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org> on 2007/03/16 07:47:10 UTC

[jira] Updated: (ADFFACES-401) Missing semicolon in Core.js

     [ https://issues.apache.org/jira/browse/ADFFACES-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf updated ADFFACES-401:
----------------------------------------

        Fix Version/s: 1.0.1-incubating-core-SNAPSHOT
    Affects Version/s: 1.0.1-incubating-core-SNAPSHOT

> Missing semicolon in Core.js
> ----------------------------
>
>                 Key: ADFFACES-401
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-401
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.1-incubating-core-SNAPSHOT
>            Reporter: Leszek Kowalski
>         Assigned To: Matthias Weßendorf
>             Fix For: 1.0.1-incubating-core-SNAPSHOT
>
>
> Index: trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Core.js
> ===================================================================
> --- trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Core.js	(wersja 516030)
> +++ trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Core.js	(kopia robocza)
> @@ -264,7 +264,7 @@
>    }
>    else if (agentString.indexOf("opera") != -1)
>    {
> -    isOpera = true
> +    isOpera = true;
>      kind = "opera";
>    }
>    else if ((agentString.indexOf("applewebkit") != -1) || 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.