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:44:07 UTC

[jira] [Resolved] (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 resolved CB-1121.
----------------------------------

    Resolution: Fixed

Fix commit http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/ce0c2274
                
> 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