Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Revert "Merge pull request #21461 from guilherme-pg/bug1035321-handle…
Browse files Browse the repository at this point in the history
…-accuracy"

This reverts commit d46332f.
  • Loading branch information
rvandermeulen committed Jul 11, 2014
1 parent c46fbcb commit c24d115
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 358 deletions.
1 change: 0 additions & 1 deletion apps/findmydevice/js/findmydevice.js
Expand Up @@ -361,7 +361,6 @@ var FindMyDevice = {
if (cmd === 't' && ok === true && retval !== undefined) {
value.la = retval.coords.latitude;
value.lo = retval.coords.longitude;
value.acc = retval.coords.accuracy;
value.ti = retval.timestamp;
} else if (ok === false) {
value.error = retval;
Expand Down
298 changes: 0 additions & 298 deletions apps/findmydevice/test/unit/findmydevice_commands_test.js

This file was deleted.

0 comments on commit c24d115

Please sign in to comment.