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 (Created) (JIRA)" <ji...@apache.org> on 2012/04/17 02:38:16 UTC

[jira] [Created] (CB-521) Typo in Compass.getCurrentHeading Quick Example

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

        

[jira] [Resolved] (CB-521) Typo in Compass.getCurrentHeading Quick Example

Posted by "Shazron Abdullah (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shazron Abdullah resolved CB-521.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.6.1
         Assignee: Shazron Abdullah  (was: Michael Brooks)

Fix commit: http://git-wip-us.apache.org/repos/asf?p=incubator-cordova-docs.git;a=commit;h=3d6c3ea6
                
> 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: Shazron Abdullah
>            Priority: Minor
>             Fix For: 1.6.1
>
>
> 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