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 "Leszek Kowalski (JIRA)" <ad...@incubator.apache.org> on 2007/03/08 14:00:56 UTC

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

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
            Reporter: Leszek Kowalski


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.


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

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ 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.


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

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/ADFFACES-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Weßendorf resolved ADFFACES-401.
-----------------------------------------

    Resolution: Fixed
      Assignee: Matthias Weßendorf

added semicolon 

> 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
>            Reporter: Leszek Kowalski
>         Assigned To: Matthias Weßendorf
>
> 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.