You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2012/08/31 00:40:07 UTC

[jira] [Assigned] (CB-1121) Camera.getPicture iOS quirk has bad code in it

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

Shazron Abdullah reassigned CB-1121:
------------------------------------

    Assignee: Shazron Abdullah  (was: Michael Brooks)
    
> Camera.getPicture iOS quirk has bad code in it
> ----------------------------------------------
>
>                 Key: CB-1121
>                 URL: https://issues.apache.org/jira/browse/CB-1121
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> Actual:
> {code}
>  setTimeout("alert('message');", 0);
> {code}
> Expected:
> {code}
>  setTimeout(function() {
>          // do your thing here
>       }, 0);
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira