Shazron Abdullah created CB-1121:
------------------------------------
Summary: 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: Michael Brooks
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:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira