Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-521

Typo in Compass.getCurrentHeading Quick Example

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 1.6.1
    • None
    • None

    Description

      Typo in Compass.getCurrentHeading Quick Example

      Expected:

      function onError(error) {
          alert('CompassError: ' + error.code);
      };
      
      

      Actual:

      function onError(error) {
          alert('CompassError: ' error.code);
      };
      

      Attachments

        Activity

          People

            shazron Shazron Abdullah
            shazron Shazron Abdullah
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: