Typo in Compass.getCurrentHeading Quick Example
-----------------------------------------------
Key: CB-521
URL: https://issues.apache.org/jira/browse/CB-521
Project: Apache Callback
Issue Type: Bug
Components: Docs
Reporter: Shazron Abdullah
Assignee: Michael Brooks
Priority: Minor
Typo in Compass.getCurrentHeading Quick Example
Expected:
{code}
function onError(error) {
alert('CompassError: ' + error.code);
};
{code}
Actual:
{code}
function onError(error) {
alert('CompassError: ' error.code);
};
{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