You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2012/04/17 02:38:22 UTC

docs commit: Fixed CB-521 - Typo in Compass.getCurrentHeading Quick Example

Updated Branches:
  refs/heads/master fc6c70610 -> 3d6c3ea6f


Fixed CB-521 - Typo in Compass.getCurrentHeading Quick Example


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/3d6c3ea6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/3d6c3ea6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/3d6c3ea6

Branch: refs/heads/master
Commit: 3d6c3ea6f65237dab14df71759d5c38dc63a1d01
Parents: fc6c706
Author: shazron <sh...@gmail.com>
Authored: Mon Apr 16 17:38:12 2012 -0700
Committer: shazron <sh...@gmail.com>
Committed: Mon Apr 16 17:38:12 2012 -0700

----------------------------------------------------------------------
 .../cordova/compass/compass.getCurrentHeading.md   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/3d6c3ea6/docs/en/edge/cordova/compass/compass.getCurrentHeading.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/compass/compass.getCurrentHeading.md b/docs/en/edge/cordova/compass/compass.getCurrentHeading.md
index 940955c..5cde38b 100755
--- a/docs/en/edge/cordova/compass/compass.getCurrentHeading.md
+++ b/docs/en/edge/cordova/compass/compass.getCurrentHeading.md
@@ -27,7 +27,7 @@ Quick Example
     };
 
     function onError(error) {
-        alert('CompassError: ' error.code);
+        alert('CompassError: ' + error.code);
     };
 
     navigator.compass.getCurrentHeading(onSuccess, onError);